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/nuke_inner_whitespace.haml
Takashi Kokubun bdcc4185bc Give up to pass all haml tests
Haml::Helpers... 😢
2015-10-24 20:32:27 +09:00

32 lines
308 B
Text

%p
%q< Foo
%p
%q{:a => 1 + 1}< Foo
%p
%q<= "Foo\nBar"
%p
%q{:a => 1 + 1}<= "Foo\nBar"
%p
%q<
Foo
Bar
%p
%q{:a => 1 + 1}<
Foo
Bar
%p
%q<
%div
Foo
Bar
%p
%q{:a => 1 + 1}<
%div
Foo
Bar
-# Regression test
%p
%q<= "foo"
%q{:a => 1 + 1}
bar