When a window of a text editor resizes, it is often necessary to readjust all of the containing words to fit in the screen window without splitting up any of the words. This is referred to as word-wrapping. Given a block of text, word-wrap the data to fit in a specific size.
The first line of input will contain a single integer n that indicates the number of datasets to follow. Each dataset will consist of:
Output the text word wrapped to the proper number of characters, and include one blank line after each dataset.