Searched defs:textRaw (Results 1 – 1 of 1) sorted by relevance
56 String textRaw = "bb cc dd"; // whitespace stripped out in the process of HTML conversion in handlesSimpleText() local64 String textRaw = "a b \nch1 \ni1 \ne"; in handlesComplexHtml() local70 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect()