shithub: trueawk

Download patch

ref: 778d21f73b526874a24a56120657e4db6a34d82e
parent: 9206c643e89e4d9d090293f83fcf36b782c7382c
author: Arnold D. Robbins <arnold@skeeve.com>
date: Sat Jan 26 15:50:31 EST 2019

Simplify getline-numeric input and results.

--- 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
--- a/bugs-fixed/getline-numeric.in
+++ b/bugs-fixed/getline-numeric.in
@@ -1,2 +1,1 @@
 120
-120
--- 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
--