Experiment with porting SGML to YAP, and trying to preserve SWI code as much
as possible.
This commit is contained in:
2
packages/sgml/Test/ok/layout.ok
Normal file
2
packages/sgml/Test/ok/layout.ok
Normal file
@@ -0,0 +1,2 @@
|
||||
[element(document, [name=value], ['\n ', element(ul, [], ['\n ', element(li, [], ['Line one']), '\n ', element(li, [], ['Line with ', element(em, [], [emphasised]), ' text']), '\n ']), '\n\n', element(p, [], ['This is a nice paragraph with some ', element(b, [], [bold]), ' text']), '\n\n'])].
|
||||
[].
|
Reference in New Issue
Block a user