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.
1 parent bb6b7d2 commit 7f2e0e5Copy full SHA for 7f2e0e5
test_cases.py
@@ -14,5 +14,5 @@
14
15
# Test case 2 is checking if there are more than the two allowed '/'
16
if line.find("///") != -1:
17
- print(file + " in line " + str(i) + ": not permitted use of '/' ")
+ print(file + " in line " + str(i) + ": not permitted use of '///' ")
18
0 commit comments