aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_language_base.py')
-rw-r--r--test/test_language_base.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_language_base.py b/test/test_language_base.py
index 329778a9..d59ee88b 100644
--- a/test/test_language_base.py
+++ b/test/test_language_base.py
@@ -69,7 +69,7 @@ class TestTokValueLiteral:
self.roundtrip('\'')
self.roundtrip("a")
self.roundtrip("\"")
- #self.roundtrip("\\")
+ # self.roundtrip("\\")
self.roundtrip("200:b'foo':i23,'\\''")
self.roundtrip("\a")
@@ -321,8 +321,6 @@ def test_integer():
assert BInt(3)
-
-
class TBoolean(base.Boolean):
name = "test"