summaryrefslogtreecommitdiff
path: root/sample/tokens.expected
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-17 10:12:39 +0000
committermurphy <murphy@rubychan.de>2006-10-17 10:12:39 +0000
commitecddd306d8719993266de43311b36c888057b32a (patch)
tree2edcabd29f670ed0c2007eeae12ebe38669985ae /sample/tokens.expected
parent5e0d6d97bf4676ab1c1ca9b06590dd774d263b0d (diff)
downloadcoderay-ecddd306d8719993266de43311b36c888057b32a.tar.gz
Samples: Rename .out to .expected.
Diffstat (limited to 'sample/tokens.expected')
-rw-r--r--sample/tokens.expected14
1 files changed, 14 insertions, 0 deletions
diff --git a/sample/tokens.expected b/sample/tokens.expected
new file mode 100644
index 0000000..bbc2b94
--- /dev/null
+++ b/sample/tokens.expected
@@ -0,0 +1,14 @@
+ident puts
+space
+integer 3
+space
+operator +
+space
+integer 4
+operator ,
+space
+:open string
+delimiter '
+content 3 + 4
+delimiter '
+:close string