Project

General

Profile

Defect #6969 ยป issue6969_test_escaping.diff

Go MAEDA, 2015-10-01 10:26

View differences:

test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb (working copy)
164 164
    assert_html_output(
165 165
      'this is a <script>'      => 'this is a &lt;script&gt;'
166 166
    )
167

  
168
    assert_html_output(
169
      '< >'                     => '&lt; &gt;'
170
    )
167 171
  end
168 172

  
169 173
  def test_use_of_backslashes_followed_by_numbers_in_headers
    (1-1/1)