MCPcopy Index your code
hub / github.com/aws/aws-cli / test_nested_lists

Method test_nested_lists

tests/unit/bcdoc/test_docstringparser.py:45–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 contents = contents[beginning:]
44
45 def test_nested_lists(self):
46 html = "<ul><li>Wello</li><ul><li>Horld</li></ul></ul>"
47 result = self.parse(html)
48 self.assert_contains_exact_lines_in_order(
49 result, [b'* Wello', b' * Horld']
50 )
51
52 def test_nested_lists_with_extra_white_space(self):
53 html = "<ul> <li> Wello</li><ul> <li> Horld</li></ul></ul>"

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95

Tested by

no test coverage detected