MCPcopy Create free account
hub / github.com/rthalley/dnspython / testQuotedString6

Method testQuotedString6

tests/test_tokenizer.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 tok.get()
56
57 def testQuotedString6(self):
58 with self.assertRaises(dns.exception.SyntaxError):
59 tok = dns.tokenizer.Tokenizer(r'"foo\01')
60 tok.get()
61
62 def testQuotedString7(self):
63 with self.assertRaises(dns.exception.SyntaxError):

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected