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

Method test_single_double_quoteattr

Lib/test/test_sax.py:350–352  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

348 "\"Includes 'single' quotes\"")
349
350 def test_single_double_quoteattr(self):
351 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"),
352 "\"Includes 'single' and "double" quotes\"")
353
354 # ===== make_parser
355 def test_make_parser(self):

Callers

nothing calls this directly

Calls 2

quoteattrFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected