1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/templates/nuke_inner_whitespace.haml
2012-04-26 17:41:54 -03: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