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 56a06e5 commit b5b68dfCopy full SHA for b5b68df
tests.py
@@ -1,6 +1,8 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
+from __future__ import unicode_literals
5
+
6
import doctest
7
import unittest
8
import sys
@@ -61,7 +63,7 @@ def test_round_trip(self):
61
63
"/k\"l",
62
64
"/ ",
65
"/m~0n",
- u'/\xee',
66
+ '/\xee',
67
]
68
for path in paths:
69
ptr = JsonPointer(path)
0 commit comments