factor/library/test/httpd/html.factor

19 lines
344 B
Factor
Raw Normal View History

2004-07-16 02:26:21 -04:00
IN: scratchpad
USE: html
USE: namespaces
USE: stdio
USE: streams
USE: strings
USE: test
[
"<html>&'sgml'"
2004-08-04 03:12:55 -04:00
] [ "<html>&'sgml'" chars>entities ] unit-test
2004-07-16 02:26:21 -04:00
2004-08-22 16:04:55 -04:00
[ "<span style=\"color: #ff00ff; font-family: Monospaced; \">car</span>" ]
2004-08-04 03:12:55 -04:00
[
2004-08-22 16:04:55 -04:00
"car"
[ [ "fg" 255 0 255 ] [ "font" | "Monospaced" ] ]
span-tag
2004-08-04 03:12:55 -04:00
] unit-test