From ecddd306d8719993266de43311b36c888057b32a Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 17 Oct 2006 10:12:39 +0000 Subject: Samples: Rename .out to .expected. --- sample/load_encoder.expected | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sample/load_encoder.expected (limited to 'sample/load_encoder.expected') diff --git a/sample/load_encoder.expected b/sample/load_encoder.expected new file mode 100644 index 0000000..1cff356 --- /dev/null +++ b/sample/load_encoder.expected @@ -0,0 +1,8 @@ +CodeRay::Encoders::YAML is not defined; you must load it first. +Now it is loaded: CodeRay::Encoders::YAML +See? +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], [: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]] -- cgit v1.2.1