forked from BigfootDev/flatbuffers
Fix FlexBuffers JS/TS bug https://github.com/google/flatbuffers/issues/6934 (#7434)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -264,6 +264,7 @@ function testRoundTrip() {
|
||||
|
||||
_assert(example);
|
||||
_assert(0x100000001n);
|
||||
_assert({ test_number: 72.6 })
|
||||
}
|
||||
|
||||
function testRoundTripWithBuilder() {
|
||||
|
||||
Reference in New Issue
Block a user