summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/nlinstr.awk
blob: f403715c906af6d7d7522515b52d358bbe025621 (plain)
1
2
3
4
5
6
7
8
BEGIN { RS = "" }

{
	if (/^@/)
		print "not ok"
	else
		print "ok"
}
OpenPOWER on IntegriCloud