From 6dd7dbc2500d8f5c662389ababefaf0ab2669fe9 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 18 Mar 2025 11:49:13 -0500 Subject: T7246: do not pass unneeded version string to parser Previously the parser would ignore lines beginning with '//', however this is unnecessarily restrictive. Pass only config information to parser, as the version string is saved separately for reconstruction on render. --- tests/data/config.valid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/data/config.valid b/tests/data/config.valid index 1fbdd1505..0836bf60b 100644 --- a/tests/data/config.valid +++ b/tests/data/config.valid @@ -35,5 +35,5 @@ empty-node { trailing-leaf-node-without-value -// Trailing comment -// Another trailing comment +// some version string info +// continued -- cgit v1.2.3