You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(stringify_db(dbWithItem)==='["~#datascript/DB",["^ ","~:schema",null,"~:datoms",["~#list",[["~#datascript/Datom",[1,"weight",200,536870913]]]]]]','stringify db works correctly');
139
+
});
140
+
141
+
it('deserialize',()=>{
142
+
vardb=parse_db('["~#datascript/DB",["^ ","~:schema",null,"~:datoms",["~#list",[["~#datascript/Datom",[1,"weight",200,536870913]]]]]]','stringify db works correctly');
143
+
vare=d.entity(db,1);
144
+
assert(get(e,'weight')===200,'deserialize works correctly');
0 commit comments