diff options
author | murphy <murphy@rubychan.de> | 2006-05-11 23:38:09 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-05-11 23:38:09 +0000 |
commit | b5c6e09f9462acd5a8a98318c45bcc3f9114d137 (patch) | |
tree | 80d5e8ff28e25b384ea0c9ae309a727325ce2933 /demo | |
parent | b4a4f4148a1627aed63c602f43bd4b5ef5093c4f (diff) | |
download | coderay-b5c6e09f9462acd5a8a98318c45bcc3f9114d137.tar.gz |
Updated tests.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/demo_load_encoder.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/demo_load_encoder.out b/demo/demo_load_encoder.out index 9ab11c2..7144456 100644 --- a/demo/demo_load_encoder.out +++ b/demo/demo_load_encoder.out @@ -5,4 +5,4 @@ Require is also possible: CodeRay::Encoders::Tokens See?
Now load some mapped encoders: stats and plain.
Require all Encoders:
-[[:count, CodeRay::Encoders::Count], [:debug, CodeRay::Encoders::Debug], [:div, CodeRay::Encoders::Div], [:html, CodeRay::Encoders::HTML], [:null, CodeRay::Encoders::Null], [:plain, :text], [:span, CodeRay::Encoders::Span], [:statistic, CodeRay::Encoders::Statistic], [:stats, CodeRay::Encoders::Statistic], [:text, CodeRay::Encoders::Text], [:tokens, CodeRay::Encoders::Tokens], [:xml, CodeRay::Encoders::XML], [:yaml, CodeRay::Encoders::YAML]]
+[[:count, CodeRay::Encoders::Count], [:debug, CodeRay::Encoders::Debug], [:div, CodeRay::Encoders::Div], [:html, CodeRay::Encoders::HTML], [:null, CodeRay::Encoders::Null], [:page, CodeRay::Encoders::Page], [:plain, :text], [:span, CodeRay::Encoders::Span], [:statistic, CodeRay::Encoders::Statistic], [:stats, CodeRay::Encoders::Statistic], [:text, CodeRay::Encoders::Text], [:tokens, CodeRay::Encoders::Tokens], [:xml, CodeRay::Encoders::XML], [:yaml, CodeRay::Encoders::YAML]]
|