flatbuffers/tests/rust_usage_test/tests
James Kuszmaul 8aa8b9139e
Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588)
+/-inf were not being handled, and so invalid typescript was being
generated when a float/double had an infinite default value. NaN was
being handled correctly.

Co-authored-by: Derek Bailey <derekbailey@google.com>
Co-authored-by: Casper <casperneo@uchicago.edu>
2022-11-08 10:59:46 -08:00
..
flexbuffers_tests Make flatc generate Rust files not requiring std (#7273) 2022-04-26 21:40:03 -04:00
arrays_test.rs Rust soundness fixes (#7518) 2022-09-29 09:58:49 -04:00
integration_test.rs Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
more_defaults_test.rs Make flatc generate Rust files not requiring std (#7273) 2022-04-26 21:40:03 -04:00
optional_scalars_test.rs