Sha256: 21b43d94721e18e9ff9d0e62078cfa854f5f992c3e589e10cb59dbfde11a6b75
Contents?: true
Size: 1.81 KB
Versions: 4
Compression:
Stored size: 1.81 KB
Contents
default: context: lang: 'en' visitor: 'ant' node: 'status' include_with: src: "include_with: <r:include template='/basic/name/title'><h1 do='with' part='title' attr='id'/>" res: "include_with: title: <h1 id='lala'>22</h1>" include_with_empty: src: "include_with: <r:include template='/meta/name/title'><r:with part='title'/>" res: "include_with: title: " name_title: src: "title: <h1 id='lala' do='show' name='title' attr='title'>blah</h1>" res: "title: <h1 id='lala'>status title</h1>" id_name: src: "name_with_name: My name is <b do='void' name='bob'>Bob</b>.<r:void id='comment'> I am happy.</r:void>" res: "name_with_name: My name is <b>Bob</b>. I am happy." include_named: src: "include_named: <r:include template='/meta/id/name'><r:with part='bob'>John</r:with></r:include>" res: "include_named: name_with_name: My name is <b>John</b>. I am happy." include_part: src: "include_part: <r:include template='/meta/id/name' part='bob'/>" tem: "include_part: <b>Bob</b>" include_part_replace_method: src: "include_part: <r:include template='/meta/id/name' part='bob' do='title'/>" tem: "include_part: <b><%= @node.prop['title'] %></b>" id_do: src: "<h1 id='logo' do='title'/>" res: "<h1 id='logo'>status title</h1>" id_do_with: src: "include_part: <r:include template='/meta/id/do' do='with' part='logo' do='t'>foo</r:include>" res: "include_part: <h1 id='logo'>foo</h1>" # this test is a dummy used by include_context context_dummy: src: "CD: <r:pages in='site' where='title like \"s%\"' name='pages'><r:each join=', ' do='title'/></r:pages>" res: "CD: Skins (layout themes), status title" include_context: src: "IC: <r:include template='/meta/context/dummy'><r:with part='pages'><r:each join=' / ' do='title'/></r:with></r:include>" res: "IC: CD: Skins (layout themes) / status title"
Version data entries
4 entries across 4 versions & 1 rubygems