mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 02:37:31 +00:00
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:
parent
9dbe819efd
commit
8a09f3fb0b
3 changed files with 8 additions and 7 deletions
|
|
@ -264,6 +264,7 @@ function testRoundTrip() {
|
|||
|
||||
_assert(example);
|
||||
_assert(0x100000001n);
|
||||
_assert({ test_number: 72.6 })
|
||||
}
|
||||
|
||||
function testRoundTripWithBuilder() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue