We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 275b251 + 7e7ccbd commit f99c968Copy full SHA for f99c968
tests/cluecode/test_copyrights.py
@@ -4001,3 +4001,8 @@ def test_copyright_with_sign_year_noun_junk_auth_noun_and_auth(self):
4001
test_lines = [u'Copyright (c) 2007-2010 the original author or authors.']
4002
expected = [u'Copyright (c) 2007-2010 the original author or authors.']
4003
check_detection(expected, test_lines)
4004
+
4005
+ def test_copyright_byten_c_exactly(self):
4006
+ test_lines = [u'... don’t fit into your fixed-size buffer.\nByten ( c )\nExactly n bytes. If the']
4007
+ expected = []
4008
+ check_detection(expected, test_lines)
0 commit comments