diff options
Diffstat (limited to 'tests.py')
-rwxr-xr-x | tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ class SpecificationTests(unittest.TestCase): "/k\"l", "/ ", "/m~0n", + u'/\xee', ] for path in paths: ptr = JsonPointer(path) |