[pypy-svn] r38415 - pypy/dist/pypy/rlib/parsing/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Feb 10 21:54:28 CET 2007


Author: cfbolz
Date: Sat Feb 10 21:54:27 2007
New Revision: 38415

Modified:
   pypy/dist/pypy/rlib/parsing/test/test_ebnfparse.py
Log:
oops, remove views, sorry for this


Modified: pypy/dist/pypy/rlib/parsing/test/test_ebnfparse.py
==============================================================================
--- pypy/dist/pypy/rlib/parsing/test/test_ebnfparse.py	(original)
+++ pypy/dist/pypy/rlib/parsing/test/test_ebnfparse.py	Sat Feb 10 21:54:27 2007
@@ -240,10 +240,8 @@
     t = ToAST().transform(t)
     t = parse('{"a": "5", "b": [1, null, 3, true, {"f": "g", "h": 6}]}')
     print "".join(list(t.dot()))
-    t.view()
     t = ToAST().transform(t)
     print "\n".join(list(t.dot()))
-    t.view()
 
 def test_starparse():
     regexs, rules, ToAST = parse_ebnf("""



More information about the Pypy-commit mailing list