svoid test_rtrimAllLines() { testFunctionValues_struct rtrimAllLines( "a\tb\t\r\nc ", "a\tb\r\nc", " abc", " abc", " a \n", " a\n", ); }