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