From 50e811f973cecf26d269f960da6de98a4db17fa9 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Thu, 30 Apr 2026 22:59:40 +0200 Subject: [PATCH] Made JSON file valid JSON by removing trailing comma Signed-off-by: Ole Herman Schumacher Elgesem --- tests/unit/data/mustache_extra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/data/mustache_extra.json b/tests/unit/data/mustache_extra.json index e76a54a6..a69973b9 100644 --- a/tests/unit/data/mustache_extra.json +++ b/tests/unit/data/mustache_extra.json @@ -61,6 +61,6 @@ }, "template": "{{#list}}{{k}}={{v}}, {{/list}}", "expected": "789=0, =true, -1=-2, " - }, + } ] }