dmarston 00/12/19 14:56:02
Modified: test/tests/conf-gold/output output63.out output32.out
output31.out
Log:
Better handling of new-lines and other special characters
Revision Changes Path
1.2 +3 -1 xml-xalan/test/tests/conf-gold/output/output63.out
Index: output63.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output63.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- output63.out 2000/12/17 22:11:22 1.1
+++ output63.out 2000/12/19 22:55:59 1.2
@@ -1 +1,3 @@
-<root><jsp:setProperty xmlns:jsp="http://www.w3.org/jsp" value="blah"
property="blah" name="blah"/></root>
+<root>
+<jsp:setProperty xmlns:jsp="http://www.w3.org/jsp" value="blah"
property="blah" name="blah"/>
+</root>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/output/output32.out
Index: output32.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output32.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- output32.out 2000/12/17 22:11:22 1.1
+++ output32.out 2000/12/19 22:56:00 1.2
@@ -1,3 +1,3 @@
<HTML>
-<Q cite="b%eb.xml"></Q>
+<Q cite="b%C3%AB.xml"></Q>
</HTML>
1.2 +10 -10 xml-xalan/test/tests/conf-gold/output/output31.out
Index: output31.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output31.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- output31.out 2000/12/17 22:11:22 1.1
+++ output31.out 2000/12/19 22:56:00 1.2
@@ -1,17 +1,17 @@
<out>
- 1. "&" <A HREF="&"></A>
+ 1. "&" <A HREF="&"></A>
2. "<" <A href="<"></A>
3. ">" <A href=">"></A>
- 4. """ <A href="""></A>
+ 4. """ <A href="%22"></A>
5. "'" <A href="'"></A>
- 6. "©" <A HREF="©"></A>
+ 6. "©" <A HREF="%C2%A9"></A>
7. "#" <A href="#"></A>
- 8. "¥" <A href="¥"></A>
- 9. " " <A href=" "></A><img src="Test 31 Gif.gif">
- 10."%" <A href="%"></A>
- 11." " <A href=" "></A>
- 12."" <A href=""></A>
- 13."Ñ" <A href="Ñ"></A>
- 14."Œ" <A href="Œ"></A><A href="phnix.html">test1</A><A
href="phÅnix.html">test2</A>
+ 8. "¥" <A href="%C2%A5"></A>
+ 9. " " <A href="%20"></A><img src="Test%2031%20Gif.gif">
+ 10."%" <A href="%25"></A>
+ 11." " <A href="%9"></A>
+ 12."" <A href="%7F"></A>
+ 13."Ñ" <A href="%C3%91"></A>
+ 14."Œ" <A href="%C5%92"></A><A href="phnix.html">test1</A><A
href="ph%C3%85%C2%92nix.html">test2</A>
</out>