From 08a7547e191867cdd03423009624af7b45630a69 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 11 Feb 2003 01:16:09 -0500 Subject: http://web.archive.org/web/20030211011609/http:/www.unicode.org:80/Public/ALPHA/CVTUTF-1-1/ --- ExpectedOutput.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ExpectedOutput.txt (limited to 'ExpectedOutput.txt') 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. ******** + -- cgit v1.2.3 From 69598662f36c6738ff9774d0c57271b8bf069b2c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Jul 2003 15:00:00 -0500 Subject: Synthesized listing: 20030729150099 ALPHA/CVTUTF-1-1 --- ExpectedOutput.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'ExpectedOutput.txt') diff --git a/ExpectedOutput.txt b/ExpectedOutput.txt index a1b7739..cf13a6a 100644 --- a/ExpectedOutput.txt +++ b/ExpectedOutput.txt @@ -1,9 +1,6 @@ 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. +Two illegal result messages are expected; one in test 02A; one in test 03A. +These are for tests of Surrogate conversion. Begin Test01 ******** Test01 succeeded without error. ******** @@ -11,18 +8,10 @@ Begin Test01 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. ******** -- cgit v1.2.3 From 7d347a05ce025a9aef28bcf72089e1388dd48d13 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 22 Oct 2004 05:57:51 -0500 Subject: http://web.archive.org/web/20041022055751/http:/www.unicode.org:80/Public/BETA/CVTUTF-1-3/ --- ExpectedOutput.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ExpectedOutput.txt') diff --git a/ExpectedOutput.txt b/ExpectedOutput.txt index cf13a6a..e09d844 100644 --- a/ExpectedOutput.txt +++ b/ExpectedOutput.txt @@ -1,4 +1,5 @@ Three tests of round-trip conversions will be performed. +One test of illegal UTF-32 will be peroformed. Two illegal result messages are expected; one in test 02A; one in test 03A. These are for tests of Surrogate conversion. @@ -15,3 +16,6 @@ sourceIllegal Test03A for 55296 (0xd800); output ; result 3 !!! Test03A: note expected illegal result for 0x0000D800 ******** Test03 succeeded without error. ******** +Begin Test04 +******** Test04 succeeded without error. ******** + -- cgit v1.2.3