From bb8bfd4254bc6b16144a9e6df25170cfc8644935 Mon Sep 17 00:00:00 2001 From: ryanfleury Date: Tue, 29 Jun 2021 23:03:15 -0600 Subject: [PATCH] update sanity tests in accordance with new tag string rule --- tests/sanity_tests.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sanity_tests.c b/tests/sanity_tests.c index b987d01..2ca98bc 100644 --- a/tests/sanity_tests.c +++ b/tests/sanity_tests.c @@ -492,7 +492,6 @@ int main(void) {"a:'''\nmulti-line text literal", {3}}, {"/* foo", {1}}, {"label:@tag {1, 2, 3} /* /* unterminated comment */", {7, 22}}, - {"@\"tag\" node", {2}}, {"{a,,#b,}", {4, 5}}, {"foo""\x80""bar", {4}}, };