Attachment 'lua_commentparse-13.3-RELEASE.diff'
Download 1 diff --git a/stand/lua/config.lua b/stand/lua/config.lua
2 index 2f22056efde2..b235553b061e 100644
3 --- a/stand/lua/config.lua
4 +++ b/stand/lua/config.lua
5 @@ -64,7 +64,7 @@ local MSG_FAILSYN_BADVAR = "Malformed variable expression at position '%d'"
6 -- env_var entries in the pattern table. This is perhaps a good target for a
7 -- little refactoring.
8 local MODULEEXPR = '([%w%d-_.]+)'
9 -local QVALEXPR = '"(.*)"'
10 +local QVALEXPR = '"([^"]*)"'
11 local QVALREPL = QVALEXPR:gsub('%%', '%%%%')
12 local WORDEXPR = "([-%w%d][-%w%d_.]*)"
13 local WORDREPL = WORDEXPR:gsub('%%', '%%%%')
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.