mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
better docstring from exarkun
This commit is contained in:
parent
507c2db649
commit
edb581b434
@ -59,7 +59,8 @@ class Basic(testutil.ReallyEqualMixin, testutil.NonASCIIPathMixin, unittest.Test
|
||||
@defer.inlineCallbacks
|
||||
def test_comment(self):
|
||||
"""
|
||||
test using common comment-character in furls
|
||||
An unescaped comment character (#) in a furl results in an
|
||||
UnescapedHashError Failure.
|
||||
"""
|
||||
should_fail = [r"test#test", r"#testtest", r"test\\#test"]
|
||||
should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user