1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/templates/breakage.haml
Takashi Kokubun bdcc4185bc Give up to pass all haml tests
Haml::Helpers... 😢
2015-10-24 20:32:27 +09:00

8 lines
125 B
Text

%p
%h1 Hello!
= "lots of lines"
- raise "Oh no!"
%p
this is after the exception
%strong yes it is!
ho ho ho.