Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:match

73       line:match('^make: ([^:]+%.mk):(%d+):%s+(.*)')
111 local function match(pattern, action)
114 match = function() end
118 match("^#%s+expect%-not:%s*(.*)", function(text)
127 match("^#%s+expect%-not%-matches:%s*(.*)", function(pattern)
130 print_error("error: %s:%d: %s:%d must not match '%s'",
136 match("^#%s+expect:%s*(.*)", function(text)
151 match("^#%s+expect%-reset$", function()
155 match("^#%s+expect([+%-]%d+):%s*(.*)", function(offset, text)
177 match("^#%s+expect[+%-:]", function()