summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index dafbe89..9252369 100755
--- a/tests.py
+++ b/tests.py
@@ -129,7 +129,7 @@ class SpecificationTests(unittest.TestCase):
("/c%d", ['c%d']),
("/e^f", ['e^f']),
("/g|h", ['g|h']),
- ("/i\\j", ['i\j']),
+ ("/i\\j", ['i\\j']),
("/k\"l", ['k"l']),
("/ ", [' ']),
("/m~0n", ['m~n']),