mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
32 lines
308 B
Text
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
|