summaryrefslogtreecommitdiff
path: root/test/pull2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/pull2.lm')
-rw-r--r--test/pull2.lm8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pull2.lm b/test/pull2.lm
new file mode 100644
index 0000000..7b50092
--- /dev/null
+++ b/test/pull2.lm
@@ -0,0 +1,8 @@
+##### LM #####
+Stream: stream = open( 'working/pull2.in' ('r') )
+String: str = Stream.pull( 10 )
+print( String '\n' )
+##### IN #####
+this is input for a non-parse pull
+##### EXP #####
+this is in