# File lib/Borges/TestCase/HtmlBuilderTest.rb, line 183 def test_input_safe output = render do |r| r.input "type", "name", "&" end assert_match(/value="&"/, output, "Escape unsafe characters") end