From c9eac585f167788dd590db06776b132923455a93 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 1 Jan 2009 03:19:28 +0000 Subject: Completed YAML Scanner (closes #34). YAML Scanner: * Added another example (multiline). * Added multiline string recognition. * This should be enough for most people. Else: * New method: Scanner#column (very useful and fast!) * Added new token type :doctype, used also by HTML scanner. * coderay_suite: minor output tweaks. --- test/scanners/html/coderay-output.expected.raydebug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scanners/html/coderay-output.expected.raydebug') diff --git a/test/scanners/html/coderay-output.expected.raydebug b/test/scanners/html/coderay-output.expected.raydebug index 18b7722..b8dc626 100644 --- a/test/scanners/html/coderay-output.expected.raydebug +++ b/test/scanners/html/coderay-output.expected.raydebug @@ -1,4 +1,4 @@ -preprocessor() tag( attribute_name(xml:lang)operator(=)string attribute_name(lang)operator(=)stringtag(>) tag() -- cgit v1.2.1