[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-606-g4554e79

Mildred Ki'Lya silkensedai at online.fr
Mon Mar 1 01:31:02 UTC 2010


The following commit has been merged in the master branch:
commit 487c04c764f5cc35f16cf6475fddbfa88f2396cb
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sun Oct 11 01:36:14 2009 +0200

    improve test

diff --git a/tests/expanded_global/main.li b/tests/expanded_global/main.li
index c41ec26..badcf4a 100644
--- a/tests/expanded_global/main.li
+++ b/tests/expanded_global/main.li
@@ -15,10 +15,20 @@ Section External
     i.flags
   );
 
+  - test2 i:ITM_KEYWORD :(ITM_KEYWORD,ITM_KEYWORD) <-
+    (
+      i, i
+    )
+    [
+      -? { Result_1 = i };
+      -? { Result_2 = i };
+    ];
+
 Section Public
 
   - main <-
   (
     test (ITM_KEYWORD.keyword_empty).println;
+    test2 (ITM_KEYWORD.keyword_empty);
   );
 

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list