diff options
-rw-r--r-- | test/include1.lm | 5 | ||||
-rw-r--r-- | test/include1a.lmi | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/include1.lm b/test/include1.lm new file mode 100644 index 00000000..efd29ba4 --- /dev/null +++ b/test/include1.lm @@ -0,0 +1,5 @@ +##### LM ##### +include 'include1a.lmi' +print( ' world\n' ) +##### EXP ##### +hello world diff --git a/test/include1a.lmi b/test/include1a.lmi new file mode 100644 index 00000000..5de6f696 --- /dev/null +++ b/test/include1a.lmi @@ -0,0 +1,2 @@ + +print( 'hello' ) |