267 {
268 TestAutoUTFInputStream("utf8.json", false);
269 TestAutoUTFInputStream("utf8bom.json", true);
270 TestAutoUTFInputStream("utf16le.json", false);
271 TestAutoUTFInputStream("utf16lebom.json",true);
272 TestAutoUTFInputStream("utf16be.json", false);
273 TestAutoUTFInputStream("utf16bebom.json",true);
274 TestAutoUTFInputStream("utf32le.json", false);
275 TestAutoUTFInputStream("utf32lebom.json",true);
276 TestAutoUTFInputStream("utf32be.json", false);
277 TestAutoUTFInputStream("utf32bebom.json", true);
278
279 {
280
281 const char json[] = "{ }";
286 }
287}
#define EXPECT_EQ(val1, val2)
#define EXPECT_FALSE(condition)
Represents an in-memory input byte stream.