Sha256: 8b9a578420ed5f769c8c0ceb30cba88f510a33ebd3c22ed4ea3f2f7c4cbd1216
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
<HTML> <body> <H1> test_loop1 </H1> We test empty and undefined loops <% params[:HASHREF0] && params[:HASHREF0].each do |param| %> test failed <%= param[:VAR1] %> test failed <% end %> <% params[:FAKENAME] && params[:FAKENAME].each do |param| %> test failed <%= param[:VAR1] %> test failed <% end %> </body> </HTML>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.3 | templates-Pro/test_loop1.erb |
html-template-pro-0.0.2 | templates-Pro/test_loop1.erb |
html-template-pro-0.0.1 | templates-Pro/test_loop1.erb |