mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 11:06:53 +01:00
Refactor template parameters and add ISchemaValidator
This commit is contained in:
@@ -32,6 +32,12 @@ static const char kJson[] = "{\n"
|
||||
" \"m~n\" : 8\n"
|
||||
"}";
|
||||
|
||||
TEST(Pointer, DefaultConstructor) {
|
||||
Pointer p;
|
||||
EXPECT_TRUE(p.IsValid());
|
||||
EXPECT_EQ(0u, p.GetTokenCount());
|
||||
}
|
||||
|
||||
TEST(Pointer, Parse) {
|
||||
{
|
||||
Pointer p("");
|
||||
|
||||
Reference in New Issue
Block a user