Spaces/Tabs mishap

This commit is contained in:
João Henrique 2019-09-04 16:43:12 -03:00
parent 8da2ce3044
commit b0eb1825fb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class XPathTest(unittest.TestCase):
def setUp(self): def setUp(self):
self.input_stream = InputStream( self.input_stream = InputStream(
"def f(x,y) { x = 3+4; y; ; }\n" "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 # Create the Token Stream