From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- test/nlinstr.awk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/nlinstr.awk (limited to 'test/nlinstr.awk') diff --git a/test/nlinstr.awk b/test/nlinstr.awk new file mode 100644 index 00000000..f403715c --- /dev/null +++ b/test/nlinstr.awk @@ -0,0 +1,8 @@ +BEGIN { RS = "" } + +{ + if (/^@/) + print "not ok" + else + print "ok" +} -- cgit v1.2.3