[Nice-commit] Nice/testsuite/compiler/methods string.testsuite,1.3,1.4
Brought to you by:
bonniot
From: <ar...@us...> - 2003-07-24 17:52:13
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs1:/tmp/cvs-serv23228/F:/nice/testsuite/compiler/methods Modified Files: string.testsuite Log Message: Fixed a bug in escaping string literal patterns and some little improvements in pattern.java. Index: string.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/string.testsuite,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** string.testsuite 23 Jul 2003 18:41:20 -0000 1.3 --- string.testsuite 24 Jul 2003 17:52:10 -0000 1.4 *************** *** 59,63 **** assert foo("@"); ! /// PASS bug /// package a /// Toplevel --- 59,63 ---- assert foo("@"); ! /// PASS /// package a /// Toplevel |