Explorar o código

Added a unit test for the sake of coverage.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
c34afb0348
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/test_parser.py

+ 1 - 0
tests/test_parser.py

@@ -63,3 +63,4 @@ class TestParser(unittest.TestCase):
         x = tree('x')
 
         self.assertEqual(tree('[x]\''), der(x))
+        self.assertEqual(tree('[x]\'\''), der(der(x)))