diff options
author | murphy <murphy@rubychan.de> | 2006-03-15 21:58:19 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-15 21:58:19 +0000 |
commit | fea5260ce014ee521955c5afc929f3cae71a4c73 (patch) | |
tree | ba5cab1cf24a5cf31e7202d212d78792012884a5 /demo | |
parent | 3b4a0d83ddd0eec0dc424798ad8ed3a53c5ba88c (diff) | |
download | coderay-fea5260ce014ee521955c5afc929f3cae71a4c73.tar.gz |
Ruby scanner errors fixed.
demo_dump and demo_encoder updated for new YAML version.
Fixes in output.rb and numerization.rb
Diffstat (limited to 'demo')
-rw-r--r-- | demo/demo_dump.out | 2 | ||||
-rw-r--r-- | demo/demo_encoder.out | 27 |
2 files changed, 11 insertions, 18 deletions
diff --git a/demo/demo_dump.out b/demo/demo_dump.out index d303b08..a032b50 100644 --- a/demo/demo_dump.out +++ b/demo/demo_dump.out @@ -1,4 +1,4 @@ -YAML: 2690 bytes
+YAML: 2358 bytes
Dump: 1058 bytes
undumped:
<div class="CodeRay">
diff --git a/demo/demo_encoder.out b/demo/demo_encoder.out index 3add7bc..aa35a61 100644 --- a/demo/demo_encoder.out +++ b/demo/demo_encoder.out @@ -31,30 +31,23 @@ space \ YAML:
---
--
- - puts
+- - puts
- :ident
--
- - " "
+- - " "
- :space
--
- - "17"
+- - "17"
- :integer
--
- - " "
+- - " "
- :space
--
- - "+"
+- - +
- :operator
--
- - " "
+- - " "
- :space
--
- - "4"
+- - "4"
- :integer
--
- - "
- "
+- - |
+
+
- :space
Dump:
|