From 9867841a4767347cd89c9fd0127db3c7eaf943e6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 1 Jun 2016 11:38:52 -0400 Subject: Disallow negative hex numbers in input data. --- test/hex2.awk | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/hex2.awk (limited to 'test/hex2.awk') diff --git a/test/hex2.awk b/test/hex2.awk new file mode 100644 index 00000000..49c6203d --- /dev/null +++ b/test/hex2.awk @@ -0,0 +1 @@ +{ print $1 + 7} -- cgit v1.2.3