instiki/vendor/plugins/erubis/test/data/users-guide/bipattern_example.result
2010-07-04 08:51:53 -05:00

7 lines
217 B
Plaintext

$ erubis -xE BiPattern bipattern-example.rhtml
_buf = ''; for item in list
_buf << ' <b>'; _buf << ( item ).to_s; _buf << '</b>
<b>'; _buf << Erubis::XmlHelper.escape_xml( item ); _buf << '</b>
'; end
_buf.to_s