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:
parent
7be0093e36
commit
f42dd94fb5
@ -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)' \
|
||||||
'<?><?' \
|
'<?><?' \
|
||||||
'<? ><??>'
|
'<? ><??>'
|
||||||
|
|
||||||
|
@ -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 -> <
|
||||||
|
Loading…
Reference in New Issue
Block a user