Author: Raffael Tfirst <[email protected]>
Branch: fix-gen-dfa
Changeset: r84595:9ff8e76bcec8
Date: 2016-05-22 22:10 +0200
http://bitbucket.org/pypy/pypy/changeset/9ff8e76bcec8/
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit