diff --git a/tests/test.cmp b/tests/test.cmp
index 0f250295..58f778dc 100644
--- a/tests/test.cmp
+++ b/tests/test.cmp
@@ -4808,6 +4808,19 @@ REM MSG [a]
a => "@&^#*@&^##$*&@><>&l"...
@&^#*@&^##$*&@><><@#@#><@#>%_#$foobarquux
+
+# htmlstriptags
+set a htmlstriptags("foobar")
+htmlstriptags("foobar") => "foobar"
+set a htmlstriptags("This is bold")
+htmlstriptags("This is bold") => "This is bold"
+set a htmlstriptags("This is "This is "
+set a htmlstriptags("this is > whut foo")
+htmlstriptags("this is > whut foo") => "this is > whut foo"
+set a htmlstriptags("
")
+htmlstriptags("
") => ""
+
# Don't want Remind to queue reminders
EXIT