wisp
 
(Arne Babenhauserheide)
2013-08-09: added named let test.

added named let test.

diff --git a/tests/quotecolon.w b/tests/namedlet.w
copy from tests/quotecolon.w
copy to tests/namedlet.w
--- a/tests/quotecolon.w
+++ b/tests/namedlet.w
@@ -1,10 +1,10 @@
 #!/home/arne/wisp/wisp-multiline.sh  
 ; !#
-define a 1 ; test whether ' : correctly gets turned into '(
-; and whether brackets in commments are treated correctly.
+define : hello who
+  display who
 
-define a ' : 1 2 3
-
-define
-  a b
-  c
+let hello
+  : who 0
+  if : = who 5
+    display who
+    hello : + 1 who