[svn] r6384: nemerle/trunk/ncc/testsuite/completion-playground/compl3.n

nazgul svnadmin at nemerle.org
Thu Jun 8 20:39:14 CEST 2006


Log:
Fix typo in array initializer

Author: nazgul
Date: Thu Jun  8 20:39:13 2006
New Revision: 6384

Modified:
   nemerle/trunk/ncc/testsuite/completion-playground/compl3.n

Modified: nemerle/trunk/ncc/testsuite/completion-playground/compl3.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/completion-playground/compl3.n	(original)
+++ nemerle/trunk/ncc/testsuite/completion-playground/compl3.n	Thu Jun  8 20:39:13 2006
@@ -108,7 +108,7 @@
 //FixMe: Bugs
 try_completion ("");
 try_completion ("def _ = 0; ");
-try_completion ("def arr = array[1, 2. 3]; arr.M");
+try_completion ("def arr = array[1, 2, 3]; arr.M");
 
 // Work fine:
 try_completion ("NArray.M");



More information about the svn mailing list