Searched refs:spaceEscaper (Results 1 – 2 of 2) sorted by relevance
69 UnicodeEscaper spaceEscaper = new PercentEscaper(" ", false); in testPlusForSpace() local73 assertEquals("string with spaces", spaceEscaper.escape("string with spaces")); in testPlusForSpace()