Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/util
In directory sc8-pr-cvs1:/tmp/cvs-serv21984/test/unit/org/webmacro/util
Modified Files:
TestHTMLEscaper.java
Log Message:
fixed typo for divide encoding. Fixes bug #853939
Index: TestHTMLEscaper.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/util/TestHTMLEscaper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestHTMLEscaper.java 17 Jul 2003 21:13:49 -0000 1.1
--- TestHTMLEscaper.java 5 Dec 2003 20:18:13 -0000 1.2
***************
*** 26,29 ****
--- 26,30 ----
"This is a test: €€€ is better than" +
"£££!" );
+ assertEscape("\u00F7","÷");
}
|