From fbafae3e8a5d502a1ae227808086374485cb0a6c Mon Sep 17 00:00:00 2001 From: "M. Taimoor Zaeem" Date: Fri, 17 Jan 2025 00:25:58 +0500 Subject: [PATCH] Add missing function tags --- tests/filter.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/filter.json b/tests/filter.json index dcf0320..d2fdac1 100644 --- a/tests/filter.json +++ b/tests/filter.json @@ -1073,7 +1073,8 @@ "result": [ {"c": "d"}, {"a": null} - ] + ], + "tags": ["function"] }, { "name": "equals, empty node list and empty node list", @@ -1091,7 +1092,7 @@ {"b": 2}, {"c": 3} ], - "tags": ["whitespace"] + "tags": ["whitespace", "function"] }, { "name": "object data",