svoid test_paragraphsTok() { testFunctionValues_struct paragraphsTok( "hello\n\nworld", ll("", "hello", "\n\n", "world", ""), " hello \n\n world ", ll(" ", "hello", " \n\n ", "world", " ") ); }