Defect #6969 ยป issue6969_test_escaping.diff
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 <script>' |
166 | 166 |
) |
167 | ||
168 |
assert_html_output( |
|
169 |
'< >' => '< >' |
|
170 |
) |
|
167 | 171 |
end |
168 | 172 | |
169 | 173 |
def test_use_of_backslashes_followed_by_numbers_in_headers |