spec/hamlit/engine/silent_script_spec.rb in hamlit-0.5.3 vs spec/hamlit/engine/silent_script_spec.rb in hamlit-0.6.0
- old
+ new
@@ -152,10 +152,10 @@
HTML
end
it 'joins a next line if a current line ends with ","' do
assert_render("- foo = [', \n ']\n= foo", <<-HTML)
- [", "]
+ [", "]
HTML
end
it 'accepts illegal indent in continuing code' do
assert_render(<<-HAML, <<-HTML)