From 128d8f858ef4b76999f748df6aa9a64e7008adf7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 8 May 2006 01:16:40 +0000 Subject: [PATCH] Only use "A TO B" for increasing runs of integers, which is all we now support (for closer compatibility). --- tests/ChangeLog | 5 +++++ tests/command/do-repeat.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index dbd54924..f23e76c7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +Sun May 7 18:15:52 2006 Ben Pfaff + + * command/do-repeat.sh: Only use "A TO B" for increasing runs of + integers, which is all we now support (for closer compatibility). + Wed Apr 26 13:36:42 2006 Ben Pfaff * command/missing-values.sh: Update output to match behavior diff --git a/tests/command/do-repeat.sh b/tests/command/do-repeat.sh index 452814fa..990704fe 100755 --- a/tests/command/do-repeat.sh +++ b/tests/command/do-repeat.sh @@ -60,7 +60,7 @@ BEGIN DATA. 0 END DATA. -DO REPEAT h = h0 TO h3 / x = 0 1 2 3 / y = 8 TO 5. +DO REPEAT h = h0 TO h3 / x = 0 TO 3 / y = 8, 7, 6, 5. COMPUTE h = x + y. END REPEAT. -- 2.30.2