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

Method test_quoted_quotes

Lib/test/test_csv.py:732–733  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

730 self.readerAssertEqual('""""', [['"']])
731
732 def test_quoted_quotes(self):
733 self.readerAssertEqual('""""""', [['""']])
734
735 def test_inline_quote(self):
736 self.readerAssertEqual('a""b', [['a""b']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected