html.entities: add a test to show "&".
parent
f5aa41c0ce
commit
bcb14d7a22
|
@ -4,6 +4,8 @@ IN: html.entities
|
|||
{ "&" } [ "&" html-unescape ] unit-test
|
||||
{ "a" } [ "a" html-unescape ] unit-test
|
||||
{ "<foo>" } [ "<foo>" html-unescape ] unit-test
|
||||
{ "This &that" } [ "This &that" html-unescape ] unit-test
|
||||
{ "This &that" } [ "This &that" html-unescape ] unit-test
|
||||
|
||||
{ "&" } [ "&" html-escape ] unit-test
|
||||
{ "<foo>" } [ "<foo>" html-escape ] unit-test
|
||||
|
|
Loading…
Reference in New Issue