Oops! Fix up broken tests.

This commit is contained in:
Dianne Skoll
2023-03-02 11:42:54 -05:00
parent d4a183f3bf
commit 5134b47d47

View File

@@ -4808,6 +4808,19 @@ REM MSG [a]
a => "@&^#*@&^##$*&@><>&l"...
@&^#*@&^##$*&@><><@#@#><@#>%_#$foobarquux
# htmlstriptags
set a htmlstriptags("foobar")
htmlstriptags("foobar") => "foobar"
set a htmlstriptags("This is <b>bold</b>")
htmlstriptags("This is <b>bold</b>") => "This is bold"
set a htmlstriptags("This is <unclosed whut?")
htmlstriptags("This is <unclosed whut?") => "This is "
set a htmlstriptags("this is > whut <b>foo</b>")
htmlstriptags("this is > whut <b>foo</b>") => "this is > whut foo"
set a htmlstriptags("<img src=\"foo\">")
htmlstriptags("<img src=\"foo\">") => ""
# Don't want Remind to queue reminders
EXIT