Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e0e9d3fbabb7521604e39fc5f6763504a1eed2d8

>---------------------------------------------------------------

commit e0e9d3fbabb7521604e39fc5f6763504a1eed2d8
Author: Max Bolingbroke <[email protected]>
Date:   Fri Nov 18 17:47:39 2011 +0000

    Update encoding002 for lone-surrogates

>---------------------------------------------------------------

 tests/lib/IO/encoding002.stdout |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/lib/IO/encoding002.stdout b/tests/lib/IO/encoding002.stdout
index 70addd3..0cc885b 100644
--- a/tests/lib/IO/encoding002.stdout
+++ b/tests/lib/IO/encoding002.stdout
@@ -1,6 +1,6 @@
 == UTF-8: roundtripping
 [72,105,237,178,128,33]
-"Hi\61421\61362\61312!"
+"Hi\56557\56498\56448!"
 [72,105,237,178,128,33]
 True
 
@@ -8,7 +8,7 @@ True
 "recoverDecode: invalid argument (invalid byte sequence)"
 "Hi!"
 "Hi\65533\65533\65533!"
-"Hi\61421\61362\61312!"
+"Hi\56557\56498\56448!"
 == UTF-8: encoding
 []
 [72,105,33]
@@ -19,7 +19,7 @@ True
 "recoverDecode: invalid argument (invalid byte sequence)"
 "Hi\65503\8671"
 "Hi\65533\65503\8671\65533"
-"Hi\61439\65503\8671\NUL"
+"Hi\56575\65503\8671\NUL"
 == UTF-16LE: encoding
 []
 [72,0,105,0,33,0]
@@ -30,7 +30,7 @@ True
 "recoverDecode: invalid argument (invalid byte sequence)"
 "Hi\65503\65280"
 "Hi\65533\65503\65280\65533"
-"Hi\61407\65503\65280!"
+"Hi\56543\65503\65280!"
 == UTF-16BE: encoding
 []
 [0,72,0,105,0,33]
@@ -41,7 +41,7 @@ True
 "recoverDecode: invalid argument (invalid byte sequence)"
 "Hi\8448"
 "Hi\65533\65533\65533\8448\65533"
-"Hi\61421\61362\61312\8448\NUL"
+"Hi\56557\56498\56448\8448\NUL"
 == UTF-32LE: encoding
 []
 [72,0,0,0,105,0,0,0,33,0,0,0]
@@ -52,7 +52,7 @@ True
 "recoverDecode: invalid argument (invalid byte sequence)"
 "Hi!"
 "Hi\65533\65533\65533\65533!"
-"Hi\NUL\61312\61362\61421!"
+"Hi\NUL\56448\56498\56557!"
 == UTF-32BE: encoding
 []
 [0,0,0,72,0,0,0,105,0,0,0,33]



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to