[Nice-commit] Nice/testsuite/compiler/syntax expressions.testsuite,1.6,1.7
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-24 14:02:54
|
Update of /cvsroot/nice/Nice/testsuite/compiler/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21194/testsuite/compiler/syntax Modified Files: expressions.testsuite Log Message: Moved string tests to the strings testsuite. Index: expressions.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/expressions.testsuite,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** expressions.testsuite 17 Dec 2003 14:33:39 -0000 1.6 --- expressions.testsuite 24 Jun 2004 14:02:42 -0000 1.7 *************** *** 21,31 **** /// TOPLEVEL String->String->void f4(String x) = String y => String z => {}; - - /// PASS - assert """abc - def\nghi - xyz""".equals("abc\n def\nghi\n xyz"); - - /// PASS - String x = """ " """; - assert x.equals(" \" "); --- 21,22 ---- |