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

VladD2 svnadmin at nemerle.org
Tue Jun 13 01:47:36 CEST 2006


Log:
Add completion bug sample.

Author: VladD2
Date: Tue Jun 13 01:47:35 2006
New Revision: 6395

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	Tue Jun 13 01:47:35 2006
@@ -176,6 +176,10 @@
 }
 
 //FixMe: Bugs
+try_completion (@"
+  def name = 1;
+  na?
+           ");
 try_completion ("def arr = array[1, 2, 3]; arr.M?");
 try_completion (@"
                 def arr = array['1', '2'];



More information about the svn mailing list