test/albino_test.rb in albino-1.1 vs test/albino_test.rb in albino-1.1.1
- old
+ new
@@ -44,6 +44,10 @@
end
def test_class_method_colorize
assert_equal @syntaxer.colorize, Albino.colorize(File.new(__FILE__), :ruby)
end
+
+ def test_escaped_shell_args
+ assert_equal " -f html -l \\'abc\\;\\'", @syntaxer.convert_options(:l => "'abc;'")
+ end
end
\ No newline at end of file