mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Oops! Fix up broken tests.
This commit is contained in:
@@ -4808,6 +4808,19 @@ REM MSG [a]
|
|||||||
a => "@&^#*@&^##$*&@><>&l"...
|
a => "@&^#*@&^##$*&@><>&l"...
|
||||||
@&^#*@&^##$*&@><><@#@#><@#>%_#$foobarquux
|
@&^#*@&^##$*&@><><@#@#><@#>%_#$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
|
# Don't want Remind to queue reminders
|
||||||
EXIT
|
EXIT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user