summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.py b/tests.py
index 44447da..e30f61e 100755
--- a/tests.py
+++ b/tests.py
@@ -61,6 +61,7 @@ class SpecificationTests(unittest.TestCase):
"/k\"l",
"/ ",
"/m~0n",
+ u'/\xee',
]
for path in paths:
ptr = JsonPointer(path)