jdunno / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Javascript interpreter (to editor?) broken #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to standard tests (andre's branch)
2. Try javascript interpreter

What is the expected output? What do you see instead?
Nothing is displayed.  The following error appears on the console:
[snip]crunchyfier.py", line 405, in strip_prompts
    lines = text.split('\n')
AttributeError: 'NoneType' object has no attribute 'split'
Johannes' version appears to be fixed.

Original issue reported on code.google.com by andre.ro...@gmail.com on 1 Jan 2007 at 10:20

GoogleCodeExporter commented 8 years ago
Fixed (revision 24).  Note that the code is quite different from Johannes' 
branch.

Original comment by andre.ro...@gmail.com on 1 Jan 2007 at 10:43