MCPcopy Index your code
hub / github.com/python/cpython / test_badly_escaped_string

Method test_badly_escaped_string

Lib/test/pickletester.py:1212–1213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1210 self._test_truncated_data(data(sys.maxsize + 1), self.size_overflow_error)
1211
1212 def test_badly_escaped_string(self):
1213 self.check_unpickling_error(ValueError, b"S'\\'\n.")
1214
1215 def test_badly_quoted_string(self):
1216 # Issue #17710

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected