middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.10.7/test/fixtures/markup_app/views/capture_concat.slim
2013-05-23 16:06:20 -07:00

14 lines
235 B
Plaintext

- @content = captured_content do
span Captured Line 1
span Captured Line 2
== @content
- determine_block_is_template('slim') do
span This is slim
span This is slim
== concat_in_p('Concat Line 3')
== ruby_not_template_block