|
const char | g_wrapText [] = "A quick brown fox jumps over the lazy dog" |
| Simple test string for wrapping.
|
|
const char | g_wrapText2 [] = "A quick brown fox jumps\nover the lazy dog" |
| Test string for wrapping with embedded line breaks.
|
|
const char | g_wrapText3 [] = "A quick brown fox jumps\n\nover the lazy dog" |
| Test string for wrapping with embedded line breaks and an empty line.
|
|
const char | g_wrapTextLongWord [] = "A quick brown fox jumps awordthatoverflowsaline over the lazy dog" |
| Test string for wrapping with a long word.
|
|
const char | g_wrapTextWhitespace [] = " A quick brown fox jumps \n over the lazy dog" |
| Test string for wrapping with extra whitespace.
|
|