1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Add test for SGML such as, e.g. '<parent<child/></parent>'

This commit is contained in:
Jonas Fonseca 2006-01-02 16:26:01 +01:00 committed by Jonas Fonseca
parent 0071ea696c
commit 8c9324cc37

View File

@ -55,6 +55,16 @@ element: root
element: child3
#text: a'
test_output_equals \
'Check tag soup elements.' \
'<parent attr="value" <child:1></><child:2</>a</parent>' \
'
element: parent
attribute: attr -> value
element: child:1
element: child:2
#text: a'
test_output_equals \
'Parse an enclosed comment.' \
'<root><!-- Hello World! --></root>' \