From b0eb1825fb943ffee8d92af6ef09d1b858ad1b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Henrique?= Date: Wed, 4 Sep 2019 16:43:12 -0300 Subject: [PATCH] Spaces/Tabs mishap --- runtime/Python3/test/xpathtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Python3/test/xpathtest.py b/runtime/Python3/test/xpathtest.py index 278bffe5b..03b6101a9 100644 --- a/runtime/Python3/test/xpathtest.py +++ b/runtime/Python3/test/xpathtest.py @@ -15,7 +15,7 @@ class XPathTest(unittest.TestCase): def setUp(self): self.input_stream = InputStream( "def f(x,y) { x = 3+4; y; ; }\n" - "def g(x) { return 1+2*x; }\n" + "def g(x) { return 1+2*x; }\n" ) # Create the Token Stream