MCPcopy Index your code
hub / github.com/csev/py4e / test_out_of_range_entity

Method test_out_of_range_entity

code3/bs4/testing.py:297–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 '<p>I said "good day!"</p>')
296
297 def test_out_of_range_entity(self):
298 expect = "\N{REPLACEMENT CHARACTER}"
299 self.assertSoupEquals("&#10000000000000;", expect)
300 self.assertSoupEquals("&#x10000000000000;", expect)
301 self.assertSoupEquals("&#1000000000;", expect)
302
303 def test_multipart_strings(self):
304 "Mostly to prevent a recurrence of a bug in the html5lib treebuilder."

Callers

nothing calls this directly

Calls 1

assertSoupEqualsMethod · 0.45

Tested by

no test coverage detected