On Mon, 22 Jan 2018 11:53:46 +0100 Wolfgang Bumiller <w.bumil...@proxmox.com> wrote:
> The lexer will go with the longest match, so previously > the starting double quotes of a string would be swallowed by > the [^ \t\r\n()]+ pattern leaving the user no way to > actually use strings with escape sequences. > Fix this by not allowing this case to start with double > quotes. > > Signed-off-by: Wolfgang Bumiller <w.bumil...@proxmox.com> Looks good, applied. Don't think ematch is that widely used; or someone would have noticed.