Skip to content

Commit d0cc7da

Browse files
committed
Merge branch 'master' into 13_lower_upper_utf8data
2 parents acf4a19 + 4e83614 commit d0cc7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_pm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ assert(utf8.gsub("alo $a=1$ novamente $return a$", "$([^$]*)%$", dostring) ==
206206
"alo novamente 1")
207207

208208
x = utf8.gsub("$local utf8=require'init' x=utf8.gsub('alo', '.', utf8.upper)$ assim vai para $return x$",
209-
"$([^$]*)%$", dostring2)
209+
"$([^$]*)%$", dostring)
210210
assert(x == ' assim vai para ALO')
211211

212212
local s,r

0 commit comments

Comments
 (0)