Update Vendored Erubis to 2.6.6
This commit is contained in:
parent
c18c2f988d
commit
39c2138f88
300 changed files with 207 additions and 171 deletions
7
vendor/plugins/erubis/test/data/users-guide/example8_ruby.result
vendored
Normal file
7
vendor/plugins/erubis/test/data/users-guide/example8_ruby.result
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
$ erubis -c '@title="Example"; @list=%w[AAA BBB CCC]' example8.eruby
|
||||
<h1>Example</h1>
|
||||
<ul>
|
||||
<li>AAA</li>
|
||||
<li>BBB</li>
|
||||
<li>CCC</li>
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue