[svn]
r6396: nemerle/trunk/ncc/testsuite/completion-playground/compl3.n
VladD2
svnadmin at nemerle.org
Tue Jun 13 01:53:27 CEST 2006
Log:
The sample of completion bug has simplified.
Author: VladD2
Date: Tue Jun 13 01:53:26 2006
New Revision: 6396
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:53:26 2006
@@ -181,9 +181,7 @@
na?
");
try_completion ("def arr = array[1, 2, 3]; arr.M?");
-try_completion (@"
- def arr = array['1', '2'];
- arr.Fold('0', (_, _) => '3').Map?");
+try_completion ("1.Map?");
//TODO: Imlement this.
try_completion (" ? ");
More information about the svn
mailing list