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

Method test_inline_quotes

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

Source from the content-addressed store, hash-verified

736 self.readerAssertEqual('a""b', [['a""b']])
737
738 def test_inline_quotes(self):
739 self.readerAssertEqual('a"b"c', [['a"b"c']])
740
741 def test_quotes_and_more(self):
742 # Excel would never write a field containing '"a"b', but when

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected