update sanity tests in accordance with new tag string rule

This commit is contained in:
ryanfleury
2021-06-29 23:03:15 -06:00
parent 6ac773f660
commit bb8bfd4254
-1
View File
@@ -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}},
};