test/slim/test_parser_errors.rb in slim-1.1.1 vs test/slim/test_parser_errors.rb in slim-1.2.0
- old
+ new
@@ -80,10 +80,10 @@
source = %q{
p
img src=[hash[1] + hash[2]
}
- assert_syntax_error "Expected closing attribute delimiter ]\n (__TEMPLATE__), Line 3\n img src=[hash[1] + hash[2]\n ^\n", source
+ assert_syntax_error "Expected closing delimiter ]\n (__TEMPLATE__), Line 3\n img src=[hash[1] + hash[2]\n ^\n", source
end
def test_expected_attribute
source = %q{
p