[svn] r6378: nemerle/trunk/ncc/testsuite/completion-playground: compl-s2.n compl3.n

VladD2 svnadmin at nemerle.org
Wed Jun 7 04:03:11 CEST 2006


Log:
Add test for completion engine. Fix it please.

Author: VladD2
Date: Wed Jun  7 04:03:09 2006
New Revision: 6378

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

Modified: nemerle/trunk/ncc/testsuite/completion-playground/compl-s2.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/completion-playground/compl-s2.n	(original)
+++ nemerle/trunk/ncc/testsuite/completion-playground/compl-s2.n	Wed Jun  7 04:03:09 2006
@@ -1,5 +1,6 @@
 using System.Collections.Generic;
 using System.Collections;
+using Nemerle.Utility;
 
 // foo
 #define foobar

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	Wed Jun  7 04:03:09 2006
@@ -107,14 +107,16 @@
 //FixMe: Bugs
 try_completion ("");
 try_completion ("def _ = 0; ");
+try_completion ("def arr = array[1, 2. 3]; arr.M");
 
 // Work fine:
-try_completion ("Fo");
-try_completion ("System.");
-try_completion ("System.Reflection.");
-try_completion ("this.Fo");
-try_completion ("def a = \"a\"; a.L");
-try_completion ("string.For");
-try_completion ("string.");
-try_completion ("Q");
-try_completion ("def s = System.Collections.Generic.List (); s.");
+try_completion ("NArray.M");
+//try_completion ("Fo");
+//try_completion ("System.");
+//try_completion ("System.Reflection.");
+//try_completion ("this.Fo");
+//try_completion ("def a = \"a\"; a.L");
+//try_completion ("string.For");
+//try_completion ("string.");
+//try_completion ("Q");
+//try_completion ("def s = System.Collections.Generic.List (); s.");



More information about the svn mailing list