[Nice-commit] Nice/testsuite/compiler/syntax comments.testsuite,1.2,1.3
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-22 10:55:15
|
Update of /cvsroot/nice/Nice/testsuite/compiler/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1446/testsuite/compiler/syntax Modified Files: comments.testsuite Log Message: Localize error message for unclosed comments. Index: comments.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/comments.testsuite,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comments.testsuite 2 Dec 2003 00:45:49 -0000 1.2 --- comments.testsuite 22 Mar 2005 10:55:05 -0000 1.3 *************** *** 1,4 **** /// FAIL ! /* Untermintated comment! /// PASS --- 1,7 ---- /// FAIL ! /* /// FAIL HERE */ /* Untermintated comment! ! ! /// FAIL ! /* /// FAIL HERE */ /** Untermintated doc comment! /// PASS |