Explorar o código

Enabled B1_ch08 test case.

Sander Mathijs van Veen %!s(int64=14) %!d(string=hai) anos
pai
achega
78daf989fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test_b1_ch08.py

+ 1 - 1
tests/test_b1_ch08.py

@@ -19,5 +19,5 @@ class TestB1Ch08(unittest.TestCase):
     def test_diagnostic_test_application(self):
         apply_expressions(Parser, [
             ('7p+2p', 1, (L(7) + 2) * 'p'),
-            #('7p-3p', 1, (L(7) - 3) * 'p'),
+            ('7p-3p', 1, (L(7) + -L(3)) * 'p'),
             ])