GNOME Bugzilla – Bug 729891
The matching bracket is wrong
Last modified: 2014-05-09 19:52:03 UTC
If one writes code like following, wrong brackets are highlighted: puts(")"); ^ ^ The string in the code should be ignored. Expected puts(")"); ^ ^
*** This bug has been marked as a duplicate of bug 629786 ***