mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/erb/test_erb.rb (test_html_escape): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eac25eed59
commit
4e75451a16
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class TestERB < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_html_escape
|
||||
# TODO: ' should be chaged to '
|
||||
# TODO: ' should be changed to '
|
||||
assert_equal(" !"\#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~",
|
||||
ERB::Util.html_escape(" !\"\#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue