summaryrefslogtreecommitdiff
path: root/sample/tokens.expected
diff options
context:
space:
mode:
Diffstat (limited to 'sample/tokens.expected')
-rw-r--r--sample/tokens.expected1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/tokens.expected b/sample/tokens.expected
deleted file mode 100644
index 747904e..0000000
--- a/sample/tokens.expected
+++ /dev/null
@@ -1 +0,0 @@
-[["puts", :ident], [" ", :space], ["3", :integer], [" ", :space], ["+", :operator], [" ", :space], ["4", :integer], [",", :operator], [" ", :space], [:open, :string], ["'", :delimiter], ["3 + 4", :content], ["'", :delimiter], [:close, :string]]