From 778d21f73b526874a24a56120657e4db6a34d82e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 26 Jan 2019 20:50:31 +0200 Subject: [PATCH] Simplify getline-numeric input and results. --- bugs-fixed/getline-numeric.bad | 3 --- bugs-fixed/getline-numeric.in | 1 - bugs-fixed/getline-numeric.ok | 3 --- 3 files changed, 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