No longer exported so no more test

This commit is contained in:
Vivianne 2024-02-11 13:03:16 -05:00
parent af27fed35c
commit 4813f41d87
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@
(test-begin "test-style")
(verify-output
"hello there"
(format #t "~a" (make-style "hello there")))
(verify-output
"\x1b[1mhello there\x1b[0m"
(format #t "~a" (bold "hello there")))