summaryrefslogtreecommitdiff
path: root/ExpectedOutput.txt
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2003-02-11 01:16:09 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2003-02-11 01:16:09 -0500
commit08a7547e191867cdd03423009624af7b45630a69 (patch)
tree1dc23d7593a5a2952ebb24c6edef26744b75f4ec /ExpectedOutput.txt
parent040c6f479435a2b4f2a7cb9ef4bd65fca3ec2fcc (diff)
http://web.archive.org/web/20030211011609/http:/www.unicode.org:80/Public/ALPHA/CVTUTF-1-1/
Diffstat (limited to 'ExpectedOutput.txt')
-rw-r--r--ExpectedOutput.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/ExpectedOutput.txt b/ExpectedOutput.txt
new file mode 100644
index 0000000..a1b7739
--- /dev/null
+++ b/ExpectedOutput.txt
@@ -0,0 +1,28 @@
+Three tests of round-trip conversions will be performed.
+Notes:
+ Six illegal result messages are expected, three in test 02A and
+ three in test 03A. These are for tests of Surrogate conversion and
+ some non-characters. Three lines indicating success without error
+ should also be printed, one for each of the three tests.
+
+Begin Test01
+******** Test01 succeeded without error. ********
+
+Begin Test02
+Test02A for 55296, input 0000d800, output 0000,0000, result 3
+!!! Test02A: note expected illegal result for 0x0000D800
+sourceIllegal Test02A for 65534, input 0000fffe, output 0000,0000, result 3
+!!! Test02A: note expected illegal result for 0x0000FFFE
+sourceIllegal Test02A for 65535, input 0000ffff, output 0000,0000, result 3
+!!! Test02A: note expected illegal result for 0x0000FFFF
+******** Test02 succeeded without error. ********
+
+Begin Test03
+sourceIllegal Test03A for 55296 (0xd800); output ; result 3
+!!! Test03A: note expected illegal result for 0x0000D800
+sourceIllegal Test03A for 65534 (0xfffe); output ; result 3
+!!! Test03A: note expected illegal result for 0x0000FFFE
+sourceIllegal Test03A for 65535 (0xffff); output ; result 3
+!!! Test03A: note expected illegal result for 0x0000FFFF
+******** Test03 succeeded without error. ********
+