Testsuite: org.apache.catalina.valves.rewrite.TestQuotedStringTokenizer Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Testcase: testTokenize[0: tokenize(null) = []] took 0.026 sec Testcase: testTokenize[1: tokenize() = []] took 0.004 sec Testcase: testTokenize[2: tokenize( ) = []] took 0.001 sec Testcase: testTokenize[3: tokenize(simple) = [simple]] took 0.002 sec Testcase: testTokenize[4: tokenize(more than one word) = [more, than, one, word]] took 0.001 sec Testcase: testTokenize[5: tokenize("quoted text") = [quoted text]] took 0.001 sec Testcase: testTokenize[6: tokenize( mixed "words with\"" escapes) = [mixed, words with", escapes]] took 0.001 sec Testcase: testTokenize[7: tokenize(# comment) = []] took 0 sec Testcase: testTokenize[8: tokenize(Something # and then a comment) = [Something]] took 0 sec Testcase: testTokenize[9: tokenize("Quoted with a #" which is not a comment) = [Quoted with a #, which, is, not, a, comment]] took 0 sec