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
14
vendor/plugins/erubis/test/data/users-guide/example10.xhtml
vendored
Normal file
14
vendor/plugins/erubis/test/data/users-guide/example10.xhtml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<?rb
|
||||
lang = 'en'
|
||||
list = ['<aaa>', 'b&b', '"ccc"']
|
||||
?>
|
||||
<html lang="@!{lang}@">
|
||||
<body>
|
||||
<ul>
|
||||
<?rb for item in list ?>
|
||||
<li>@{item}@</li>
|
||||
<?rb end ?>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue