From 4ed5043c67848bf717e48bc509d959422c8faeb6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 30 May 2015 12:03:13 +1200 Subject: Add coding style check, reformat. --- test/test_language_base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_language_base.py') 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" -- cgit v1.2.3