Fix Tests for Python 3.2
This commit is contained in:
4
tests.py
4
tests.py
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import doctest
|
||||
import unittest
|
||||
import sys
|
||||
@@ -61,7 +63,7 @@ class SpecificationTests(unittest.TestCase):
|
||||
"/k\"l",
|
||||
"/ ",
|
||||
"/m~0n",
|
||||
u'/\xee',
|
||||
'/\xee',
|
||||
]
|
||||
for path in paths:
|
||||
ptr = JsonPointer(path)
|
||||
|
||||
Reference in New Issue
Block a user