aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-26 20:50:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-26 20:50:31 +0200
commit778d21f73b526874a24a56120657e4db6a34d82e (patch)
treefca2c9f00eb51f32492af456c46a17a545be7eff
parent9206c643e89e4d9d090293f83fcf36b782c7382c (diff)
downloadone-true-awk-778d21f73b526874a24a56120657e4db6a34d82e.tar.gz
Simplify getline-numeric input and results.
-rw-r--r--bugs-fixed/getline-numeric.bad3
-rw-r--r--bugs-fixed/getline-numeric.in1
-rw-r--r--bugs-fixed/getline-numeric.ok3
3 files changed, 0 insertions, 7 deletions
diff --git a/bugs-fixed/getline-numeric.bad b/bugs-fixed/getline-numeric.bad
index 5247bfc..d911c77 100644
--- a/bugs-fixed/getline-numeric.bad
+++ b/bugs-fixed/getline-numeric.bad
@@ -1,6 +1,3 @@
120 > 50
120 <= 50
same
-120 > 50
-120 <= 50
-same
diff --git a/bugs-fixed/getline-numeric.in b/bugs-fixed/getline-numeric.in
index b635013..52bd8e4 100644
--- a/bugs-fixed/getline-numeric.in
+++ b/bugs-fixed/getline-numeric.in
@@ -1,2 +1 @@
120
-120
diff --git a/bugs-fixed/getline-numeric.ok b/bugs-fixed/getline-numeric.ok
index 901a4d9..f7efd3d 100644
--- a/bugs-fixed/getline-numeric.ok
+++ b/bugs-fixed/getline-numeric.ok
@@ -1,6 +1,3 @@
120 > 50
120 > 50
same
-120 > 50
-120 > 50
-same