Sha256: 5b73047d945519bd42ec48bd470f38efcbc0e7c5372b8d707e13ccb6839896b9
Contents?: true
Size: 724 Bytes
Versions: 2
Compression:
Stored size: 724 Bytes
Contents
some_template: src: "<div id='a'>a</div><div id='b'>b</div>" tem: "<div id='a'>a</div><div id='b'>b</div>" include_with_part: # part 'a' is moved around src: "<r:include template='/some/template'><r:with part='a'/><r:with part='b'>new b:<r:include template='/some/template' part='a'/></r:with></r:include>" tem: "<div id='b'>new b:<div id='a'>a</div></div>" include_missing_part: # part 'a' is moved around src: "<r:include template='/some/template' part='bad'/>" tem: "<span class='parser_error'><span class='method'>include</span> <span class='message'>'bad' not found in template '/some/template'</span></span>" missing_template: src: "<r:include template='Foo'/>" tem: "/template 'Foo' not found/"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zafu-0.7.6 | test/zafu/meta.yml |
zafu-0.7.5 | test/zafu/meta.yml |