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
9
vendor/plugins/erubis/test/data/users-guide/simplify_example.result
vendored
Normal file
9
vendor/plugins/erubis/test/data/users-guide/simplify_example.result
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
$ erubis -xE Simplify example.eruby
|
||||
_buf = ''; _buf << '<div>
|
||||
'; for item in list ; _buf << '
|
||||
<p>'; _buf << ( item ).to_s; _buf << '</p>
|
||||
<p>'; _buf << Erubis::XmlHelper.escape_xml( item ); _buf << '</p>
|
||||
'; end ; _buf << '
|
||||
</div>
|
||||
';
|
||||
_buf.to_s
|
Loading…
Add table
Add a link
Reference in a new issue