https://bugs.kde.org/show_bug.cgi?id=389591

            Bug ID: 389591
           Summary: awk syntax: incorrect parse of double quotes in /.../
                    regexp
           Product: frameworks-syntax-highlighting
           Version: 5.42.0
          Platform: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: syntax
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: thirdedit...@gmx.net
  Target Milestone: ---

Created attachment 110202
  --> https://bugs.kde.org/attachment.cgi?id=110202&action=edit
awk script producing incorrect parsing

Awk: A regular expression of the form /.../ containing a (potentially unpaired)
double quote is not correctly parsed.

Example with valid awk code (cf. attachment):

~~~awk
{
        n = match($0, /[^"]+/, a)
}

/[^"]+/ {
        s = "I am another string"
}
~~~

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to