MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_inline_quotes

Method test_inline_quotes

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

Source from the content-addressed store, hash-verified

755 self.readerAssertEqual('a""b', [['a""b']])
756
757 def test_inline_quotes(self):
758 self.readerAssertEqual('a"b"c', [['a"b"c']])
759
760 def test_quotes_and_more(self):
761 # 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