diff options
author | murphy <murphy@rubychan.de> | 2006-10-17 10:12:39 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-17 10:12:39 +0000 |
commit | ecddd306d8719993266de43311b36c888057b32a (patch) | |
tree | 2edcabd29f670ed0c2007eeae12ebe38669985ae /sample/load_scanner.expected | |
parent | 5e0d6d97bf4676ab1c1ca9b06590dd774d263b0d (diff) | |
download | coderay-ecddd306d8719993266de43311b36c888057b32a.tar.gz |
Samples: Rename .out to .expected.
Diffstat (limited to 'sample/load_scanner.expected')
-rw-r--r-- | sample/load_scanner.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sample/load_scanner.expected b/sample/load_scanner.expected new file mode 100644 index 0000000..a2d200d --- /dev/null +++ b/sample/load_scanner.expected @@ -0,0 +1,8 @@ +CodeRay::Encoders::Ruby is not defined; you must load it first. +Now it is loaded: CodeRay::Scanners::Ruby +See? +Require is also possible: CodeRay::Scanners::C +See? +Now load some mapped scanners: cpp and plain. +Require all Scanners: +[[nil, :plain], [:c, CodeRay::Scanners::C], [:cpp, :c], [:delphi, CodeRay::Scanners::Delphi], [:html, CodeRay::Scanners::HTML], [:irb, :ruby], [:nitro, :nitro_xhtml], [:nitro_xhtml, CodeRay::Scanners::NitroXHTML], [:pascal, :delphi], [:plain, CodeRay::Scanners::Plaintext], [:plaintext, CodeRay::Scanners::Plaintext], [:rhtml, CodeRay::Scanners::RHTML], [:ruby, CodeRay::Scanners::Ruby], [:xhtml, :nitro_xhtml], [:xml, :html]] |