Searched refs:inputHtml (Results 1 – 1 of 1) sorted by relevance
55 String inputHtml = "bb\n\ncc\ndd"; in handlesSimpleText() local58 assertRawTextCorrect(inputHtml, textRaw); in handlesSimpleText()63 String inputHtml = "a <b> b </b> <h1> ch1 </h1> <ol> <li> i1 </li> </ol> e"; in handlesComplexHtml() local66 assertRawTextCorrect(inputHtml, textRaw); in handlesComplexHtml()70 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect() argument71 Spanned spanned = mHtmlToSpannedParser.parseHtml(inputHtml); in assertRawTextCorrect()