]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/code2html/code2html-tests.factor
Fix another XMode bug
[factor.git] / basis / xmode / code2html / code2html-tests.factor
index a35e6a2194c1229586de1dcacaad917cf3c9b686..8d5db4a6e9b613bbc26dc188a8489905db7dc771 100644 (file)
@@ -22,4 +22,8 @@ kernel io.streams.string xml.writer ;
 
 [ "<span class=\"MARKUP\">: foo</span> <span class=\"MARKUP\">;</span>" ] [
     { ": foo ;" } "factor" htmlize-lines xml>string
+] unit-test
+
+[ ":foo" ] [
+    { ":foo" } "factor" htmlize-lines xml>string
 ] unit-test
\ No newline at end of file