Add a description to the test section comment

This commit is contained in:
Elad Kaplan
2025-12-16 10:17:54 +02:00
parent 32395fd838
commit 24413a9a24

View File

@@ -253,6 +253,7 @@ test "url regex" {
.input = "IPv6 in markdown [link](http://[2001:db8::1]/docs)",
.expect = "http://[2001:db8::1]/docs",
},
// File paths with spaces
.{
.input = "./spaces-end. ",
.expect = "./spaces-end. ",