xref: /openbsd-src/regress/usr.sbin/httpd/patterns/patterns-tester.lua (revision 2963fcf0839035a36944679523fe0bc7c3ec7c5e)
1-- $OpenBSD: patterns-tester.lua,v 1.1 2015/06/23 18:03:09 semarie Exp $
2print(string.format("string='%s'\npattern='%s'", arg[1], arg[2]));
3print(string.match(arg[1], arg[2]));
4