Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ testQuotedString7
Method
testQuotedString7
tests/test_tokenizer.py:62–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
tok.get()
61
62
def
testQuotedString7(self):
63
with
self.assertRaises(dns.exception.SyntaxError):
64
tok = dns.tokenizer.Tokenizer(
'"foo\nbar"'
)
65
tok.get()
66
67
def
testEmpty1(self):
68
tok = dns.tokenizer.Tokenizer(
""
)
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected