MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_quoted_quotes

Method test_quoted_quotes

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

Source from the content-addressed store, hash-verified

749 self.readerAssertEqual('""""', [['"']])
750
751 def test_quoted_quotes(self):
752 self.readerAssertEqual('""""""', [['""']])
753
754 def test_inline_quote(self):
755 self.readerAssertEqual('a""b', [['a""b']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected