Searched defs:inputHtml (Results 1 – 1 of 1) sorted by relevance
54 String inputHtml = "bb\n\ncc\ndd"; in handlesSimpleText() local62 String inputHtml = "a <b> b </b> <h1> ch1 </h1> <ol> <li> i1 </li> </ol> e"; in handlesComplexHtml() local69 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect()