From af027020bab6563a210ddec9ba28b5cacb75bf52 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 3 Apr 2013 19:53:58 -0400 Subject: [PATCH] =?UTF-8?q?Adjust=20tests=20to=20`x'=20instead=20of=20`?= =?UTF-8?q?=C3=97'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collects/tests/racket/format.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/tests/racket/format.rkt b/collects/tests/racket/format.rkt index 2d16b38aa4..519caca846 100644 --- a/collects/tests/racket/format.rkt +++ b/collects/tests/racket/format.rkt @@ -247,7 +247,7 @@ "9.876e-01") (tc (~r #:notation 'exponential 100 #:base 2) - "1.1001×2^+06") + "1.1001x2^+06") (tc (~r #:notation 'exponential 1234 #:format-exponent "E") "1.234E+03") @@ -267,7 +267,7 @@ (tc (~r 3735928559 #:base '(up 16) #:precision 6 #:notation 'exponential) ;; note rounding! - "D.EADBEF×16^+07") + "D.EADBEFx16^+07") (tc (~r 33.99508664763296 #:precision 1 #:min-width 5) " 34")