]> njoseph.me Git - nimcoon.git/blobdiff - tests.nim
Continuously keep playing till I press "q"
[nimcoon.git] / tests.nim
index f24eb1854a2125498e59d2539da810d32bb056b5..a218596fd0543225f806a5afebb599b4449a7879 100644 (file)
--- a/tests.nim
+++ b/tests.nim
@@ -5,7 +5,6 @@ import lib
 suite "Playing direct links":
 
   test "sanitize URL":
-    # give up and stop if this fails
     let expected = "https://www.youtube.com/watch?v=QOEMv0S8AcA"
     check(sanitizeURL("https://youtu.be/QOEMv0S8AcA") == expected)
     check(sanitizeURL("https://www.youtube.com/watch\\?v\\=QOEMv0S8AcA") == expected)