From 24413a9a244158a7ddb44b5a23724e975829716f Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Tue, 16 Dec 2025 10:17:54 +0200 Subject: [PATCH] Add a description to the test section comment --- src/config/url.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/url.zig b/src/config/url.zig index 1901cb6f0..fdbc964d7 100644 --- a/src/config/url.zig +++ b/src/config/url.zig @@ -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. ",