add data/dv.hpp
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "data/dv.hpp"
|
||||
|
||||
TEST(dv, dv) {
|
||||
dv::value value = dv::object({
|
||||
{"d", "test"}
|
||||
});
|
||||
value["a"] = 51;
|
||||
}
|
||||
Reference in New Issue
Block a user