mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 19:24:23 +01:00
Improve coverage of Stack
This commit is contained in:
parent
bff588e665
commit
056125db82
@ -54,6 +54,9 @@ TEST(StringBuffer, Push) {
|
||||
buffer.Push(5);
|
||||
|
||||
EXPECT_EQ(5u, buffer.GetSize());
|
||||
|
||||
buffer.Push(65536u);
|
||||
EXPECT_EQ(5u + 65536u, buffer.GetSize());
|
||||
}
|
||||
|
||||
TEST(StringBuffer, Pop) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user