b.append( "long3254525", 3254525L );
b.append( "float324_582", 324.582f );
b.append( "double245_6289", 245.6289 );
b.append( "oid", test_oid );
// Symbol wonky
b.append( "symbol", new Symbol( "foobar" ) );
// Code wonky
b.append( "code", new Code( "var x = 12345;" ) );
// TODO - Shell doesn't work with Code W/ Scope, return to this test later
/*
b.append( "code_scoped", new CodeWScope( "return x * 500;", test_doc ) );*/