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