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

Method test_quotes_and_more

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

Source from the content-addressed store, hash-verified

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
743 # reading one, it will return 'ab'.
744 self.readerAssertEqual('"a"b', [['ab']])
745
746 def test_lone_quote(self):
747 self.readerAssertEqual('a"b', [['a"b']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected