Explorar el Código

Added a unit test for the sake of coverage.

Taddeus Kroes hace 14 años
padre
commit
c34afb0348
Se han modificado 1 ficheros con 1 adiciones y 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)))