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