We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfb9bf commit e98a34eCopy full SHA for e98a34e
test/ParserTests.cpp
@@ -54,6 +54,7 @@ TEST(ParserTests, RejectsControlCharacter) {
54
55
TEST(ParserTests, AcceptsUnicodeBOM) {
56
expectSuccess("\xef\xbb\xbfquery myquery { field }");
57
+ expectSuccess("query myquery\xef\xbb\xbf{ field }");
58
}
59
60
TEST(ParserTests, ReportsErrorLocationAfterIgnoredBOM) {
0 commit comments