Multi-line comments not parsed correctly
Brought to you by:
fabioz
Reproducible
Create a python module.
digit """
click return button
digit some text
click return button
digit """
as you can see, the text is not parsed as a comment.
if I now go to the rightmost double quote of the upper ones, delete it and reinsert it, the text is correctly parsed.
O/S Win XP
Eclipse 3.3 Europa
PyDev 1.3.7
Bye!
Saverio
Logged In: YES
user_id=1638817
Originator: YES
picture atteched.
File Added: bug_parser.png
Picture of bug.
Logged In: YES
user_id=617340
Originator: NO
Yeap, very strange... I hadn't seen it because I usualy do:
digit:
'''
'''
and then go back and put the text (it works like that)
Logged In: YES
user_id=1267423
Originator: NO
I guess that by "digit" you guys mean "type".
I started typing in a number (a digit) to reproduce this bug and then thought: "No, wait a minute, that's not right".
Don.