Add a description to the test section comment
parent
32395fd838
commit
24413a9a24
|
|
@ -253,6 +253,7 @@ test "url regex" {
|
||||||
.input = "IPv6 in markdown [link](http://[2001:db8::1]/docs)",
|
.input = "IPv6 in markdown [link](http://[2001:db8::1]/docs)",
|
||||||
.expect = "http://[2001:db8::1]/docs",
|
.expect = "http://[2001:db8::1]/docs",
|
||||||
},
|
},
|
||||||
|
// File paths with spaces
|
||||||
.{
|
.{
|
||||||
.input = "./spaces-end. ",
|
.input = "./spaces-end. ",
|
||||||
.expect = "./spaces-end. ",
|
.expect = "./spaces-end. ",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue