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

Method test_single_quoted_quote

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

Source from the content-addressed store, hash-verified

746 self.readerAssertEqual(',""', [['','']])
747
748 def test_single_quoted_quote(self):
749 self.readerAssertEqual('""""', [['"']])
750
751 def test_quoted_quotes(self):
752 self.readerAssertEqual('""""""', [['""']])

Callers

nothing calls this directly

Calls 1

readerAssertEqualMethod · 0.80

Tested by

no test coverage detected