diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-05-24 13:05:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-05-24 13:05:00 +0200 |
commit | e08195a7149edffddb4b69b480676fad336a7613 (patch) | |
tree | fd8b871b50b1a1404610e2dc5d118bfdf4cc1a68 /tex/context/base/lxml-tab.lua | |
parent | 882238ac1ea6d9563ea4e1add879f82ee8e6d9d0 (diff) | |
download | context-e08195a7149edffddb4b69b480676fad336a7613.tar.gz |
stable 2010.05.24 13:05
Diffstat (limited to 'tex/context/base/lxml-tab.lua')
-rw-r--r-- | tex/context/base/lxml-tab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/lxml-tab.lua b/tex/context/base/lxml-tab.lua index 921030272..23cd1cf04 100644 --- a/tex/context/base/lxml-tab.lua +++ b/tex/context/base/lxml-tab.lua @@ -30,7 +30,7 @@ xml = xml or { } local concat, remove, insert = table.concat, table.remove, table.insert local type, next, setmetatable, getmetatable, tonumber = type, next, setmetatable, getmetatable, tonumber -local format, lower, find, match = string.format, string.lower, string.find, string.match +local format, lower, find, match, gsub = string.format, string.lower, string.find, string.match, string.gsub local utfchar = unicode.utf8.char local lpegmatch = lpeg.match local P, S, R, C, V, C, Cs = lpeg.P, lpeg.S, lpeg.R, lpeg.C, lpeg.V, lpeg.C, lpeg.Cs |