Author: Raffael Tfirst <raffael.tfi...@gmail.com>
Branch: py3k
Changeset: r84593:3dd3cbeb6e54
Date: 2016-05-22 22:07 +0200
http://bitbucket.org/pypy/pypy/changeset/3dd3cbeb6e54/

Log:    Fix test_gendfa with correct whitespaces

diff --git a/pypy/interpreter/pyparser/test/test_gendfa.py 
b/pypy/interpreter/pyparser/test/test_gendfa.py
--- a/pypy/interpreter/pyparser/test/test_gendfa.py
+++ b/pypy/interpreter/pyparser/test/test_gendfa.py
@@ -7,11 +7,10 @@
     assert output('test', DFA, d, states) == """\
 accepts = [False, True]
 states = [
-    #0
+    # 0
     {'\\x00': 1},
-    #1
+    # 1
     {'\\x01': 0},
     ]
 test = automata.pypy.interpreter.pyparser.automata.DFA(states, accepts)
-
 """
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to