Add a description to the test section comment

pull/9921/head
Elad Kaplan 2025-12-16 10:17:54 +02:00
parent 32395fd838
commit 24413a9a24
1 changed files with 1 additions and 0 deletions

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. ",