test/RubyLess/errors.yml in rubyless-0.8.10 vs test/RubyLess/errors.yml in rubyless-0.8.11

- old
+ new

@@ -76,6 +76,10 @@ src: "RubyLess" tem: "Unknown constant 'RubyLess'." ternary_operator: src: "@foo ? 'xx' : 15" - tem: "/Error in conditional expression.*String != Number/" + tem: "/Error in conditional expression.*String != Number/" + +unknown_method_in_list_ctx: + src: "list.upcase" + tem: "unknown method 'upcase()' for 'list' of type [String]." \ No newline at end of file