GNOME Bugzilla – Bug 311660
Wrong priority for matches
Last modified: 2005-08-03 18:17:50 UTC
Please describe the problem: In the python lang file, the two string declaration systems are well documented : "foo" and """foo""". The second one is declared as multiline. Anyway the second style strings seems to be recognized as the first one : In """ foo bar """ bar doesn't have the colour associated with strings, unless you write """ foo \ bar """ That makes me believe that """foo bar""" is recongnized as "", "foo bar", "" Steps to reproduce: 1. In gedit, select the python coloration scheme 2. Write in the following text in the text area """ foo bar """ Actual results: The text isn't well coloured Expected results: The bar line should have the same colour as the foo one. Does this happen every time? yes Other information:
I think this is a duplicate of bug #139267. *** This bug has been marked as a duplicate of 139267 ***