Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Maxim Zaks 2022-08-14 03:29:28 +02:00 committed by GitHub
parent 9dbe819efd
commit 8a09f3fb0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -264,6 +264,7 @@ function testRoundTrip() {
_assert(example);
_assert(0x100000001n);
_assert({ test_number: 72.6 })
}
function testRoundTripWithBuilder() {