** Attachment added: "Screenshot or the erroneous highlighting"
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/718424/+attachment/1848784/+files/718424.png
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.
htt
Public bug reported:
Binary package hint: gedit
Code:
while (<>) {
if (/(\s+)text/) {
print "ok";
}
if (/(\w+)test/) {
print "ok";
}
if (m/test/) {
print "not ok, the pattern after m is not colored correctly";
}
if (m/(\w+)test/) {
print "not ok, the pattern afte