summaryrefslogtreecommitdiff
path: root/test/common_sets.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_sets.lua')
-rwxr-xr-xtest/common_sets.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common_sets.lua b/test/common_sets.lua
index 614b15d..2ec95fa 100755
--- a/test/common_sets.lua
+++ b/test/common_sets.lua
@@ -107,6 +107,7 @@ local function set_m_exec (lib, flg)
{ {".*"}, {"abcd"}, {1,4,{}} }, -- [none]
{ {"bc"}, {"abc"}, {2,3,{}} }, -- [none]
{ { "(.)b.(d)"}, {"abcd"}, {1,4,{1,1,4,4}}},--[captures]
+ { {"(a+)6+(b+)"}, {"Taa66bbT",2}, {2,7,{2,3,6,7}}},--[st+captures]
}
end