From a8cb8832af32fcbc5d5687e4b40af7ac05d6c48f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 1 Sep 2004 23:10:23 +0000 Subject: [PATCH] Oops, didn't mean to put ~t yet. --- test-suite/tests/format.test | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test-suite/tests/format.test b/test-suite/tests/format.test index 3ee5ef571..418c5f5d7 100644 --- a/test-suite/tests/format.test +++ b/test-suite/tests/format.test @@ -58,18 +58,6 @@ (pass-if "+1" (string=? (format #f "~@d" 1) "+1")))) -;;; -;;; ~t -;;; - -(with-test-prefix "~t column advance" - - ;; in guile 1.6.4 and earlier, a newline as a fill character didn't zero - ;; the column number, making a subsequent ~t wrong - (pass-if "newline as fill character" - (string=? (format #f "~6,'\nd~8tX" 123) - "\n\n\n123 X"))) - ;;; ;;; ~{ ;;;