1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

DOM: Fix test descriptions

This commit is contained in:
Jonas Fonseca 2006-01-30 06:45:53 +01:00 committed by Jonas Fonseca
parent 7be0093e36
commit f42dd94fb5
2 changed files with 3 additions and 3 deletions

View File

@ -149,12 +149,12 @@ test_sgml_dump_equals \
'<?xml ?+>+?>-?>-<?js ?>-<? ?>-' '<?xml ?+>+?>-?>-<?js ?>-<? ?>-'
test_sgml_dump_equals \ test_sgml_dump_equals \
'Parse incorrect processing instructions. (II)' \ 'Parse incorrect processing instructions. (I)' \
'<?js<?>-<?<??>-<?xml <=";&?>-<?' \ '<?js<?>-<?<??>-<?xml <=";&?>-<?' \
'<?js <?>-<? <??>-<?xml <=";&?>-' \ '<?js <?>-<? <??>-<?xml <=";&?>-' \
test_sgml_dump_equals \ test_sgml_dump_equals \
'Parse incorrect processing instructions (II).' \ 'Parse incorrect processing instructions. (II)' \
'<?><?' \ '<?><?' \
'<? ><??>' '<? ><??>'

View File

@ -225,7 +225,7 @@ proc-instruction: ->
#text: -' #text: -'
test_output_equals \ test_output_equals \
'Parse incorrect processing instructions.' \ 'Parse incorrect processing instructions. (I)' \
'<?js<?>-<?<??>-<?xml <=";&?>-<?' \ '<?js<?>-<?<??>-<?xml <=";&?>-<?' \
' '
proc-instruction: js -> < proc-instruction: js -> <