flatbuffers/tests
Paulo Pinheiro d3d7e2ef99
ToCamelCase() when kLowerCamel now converts first char to lower. (#7838)
ToCamelCase(input, true) converts first char to upper case, but
ToCamelCase(input, false) keeps the case of the first char. We are
changing its behavior to force a lower case.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-03-15 01:09:24 +00:00
..
annotated_binary Fixed vtable duplication for binary annotator (#7809) 2023-02-02 10:39:39 -08:00
arrays_test
cpp17 FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
DictionaryLookup FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
docker
evolution_test FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
FlatBuffers.Benchmarks
FlatBuffers.Test Fix [C#] Object API - Invalid Property Name used in UnPackTo for unio… (#7751) 2023-01-07 12:37:22 -08:00
flatc [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
fuzzer
include_test Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
include_test1
include_test2
key_field FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
keyword_test Fix Rust codegen escaping field in tables. (#7659) 2022-12-15 06:04:57 +00:00
KeywordTest FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
minified_enums Fixes #7345 to add the option to minify enums (#7566) 2022-11-11 04:47:28 +00:00
monster_test Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_serialize Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_suffix FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
more_defaults
MyGame ToCamelCase() when kLowerCamel now converts first char to lower. (#7838) 2023-03-15 01:09:24 +00:00
name_clash_test
namespace_test FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
nested_namespace_test FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
nim [Nim] Bfbs Nim Generator (#7534) 2022-10-21 14:30:04 -04:00
optional_scalars FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
order Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
private_annotation_test
prototest Parsing from proto should keep field ID. (fixes #7645) (#7655) 2023-02-01 11:17:35 -08:00
rust_no_std_compilation_test Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
rust_serialize_test
rust_usage_test Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
swift FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
ts TS/JS: Export object based classes on entry (#7822) 2023-03-02 23:35:59 -08:00
type_field_collsion FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
union_value_collsion FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
union_vector FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
Abc.nim FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
alignment_test.cpp
alignment_test.fbs
alignment_test.h
alignment_test_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
arrays_test.bfbs Put documentation to bfbs if it is not empty (#7649) 2022-11-17 15:55:42 -08:00
arrays_test.fbs
arrays_test.golden
arrays_test.schema.json
arrays_test_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
BUILD.bazel Parsing from proto should keep field ID. (fixes #7645) (#7655) 2023-02-01 11:17:35 -08:00
DartTest.sh Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
dictionary_lookup.fbs
evolution_test.cpp Fix confrom failure for nullptr dereference. (#7688) 2022-12-01 20:21:48 -08:00
evolution_test.h
flexbuffers_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
flexbuffers_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
fuzz_test.cpp use switch statements for BASE_TYPE_ lookups (#7813) 2023-02-05 12:29:09 -08:00
fuzz_test.h
go_test.go Add key lookup support for tables in Go (#7644) 2022-11-22 14:08:19 -08:00
gold_flexbuffer_example.bin
GoTest.sh Add --go-module-name flag to support generating Go module compatible code (#7651) 2022-11-22 14:28:01 -08:00
include_build_test.cc
include_test1_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
include_test2_my_game.other_name_space_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
included_test.fbs
includer_test.fbs
is_quiet_nan.h
javatest.bin
json_test.cpp [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
json_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
key_field_test.cpp [C++] Enable using struct and array of struct as key (#7741) 2023-01-24 16:37:13 -08:00
key_field_test.h [C++] Enable using struct and array of struct as key (#7741) 2023-01-24 16:37:13 -08:00
keyword_test.fbs Fix Rust codegen escaping field in tables. (#7659) 2022-12-15 06:04:57 +00:00
KotlinTest.kt
KotlinTest.sh
lobstertest.lobster
LuaTest.bat
luatest.lua
LuaTest.sh
monster_extra.fbs
monster_extra_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
monster_extra_my_game_generated.dart
monster_test.afb Fixed vtable duplication for binary annotator (#7809) 2023-02-02 10:39:39 -08:00
monster_test.bfbs Put documentation to bfbs if it is not empty (#7649) 2022-11-17 15:55:42 -08:00
monster_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
monster_test.fbs Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
monster_test.schema.json Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_bfbs_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
monster_test_generated.grpc.fb.cc
monster_test_generated.grpc.fb.h
monster_test_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
monster_test_generated.lobster Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_generated.py Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
monster_test_generated.ts
monster_test_my_game.example2_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monster_test_my_game.example_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monster_test_my_game_generated.dart Fix import problem in dart generated files. (fixes #7609). (#7621) 2022-11-13 19:21:57 +00:00
monsterdata_extra.json
monsterdata_go_wire.mon.sp
monsterdata_python_wire.mon
monsterdata_test.afb Fixed vtable duplication for binary annotator (#7809) 2023-02-02 10:39:39 -08:00
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon
more_defaults.fbs
MoreDefaults.nim FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
MutatingBool.fbs
nan_inf_test.fbs [swift] fix broken swift test build (#7633) (#7634) 2022-11-11 18:36:47 +01:00
native_inline_table_test.fbs
native_inline_table_test_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
native_type_test.fbs
native_type_test_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
native_type_test_impl.cpp
native_type_test_impl.h
nested_union_test.fbs [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
optional_scalars.fbs
optional_scalars.json
optional_scalars_defaults.json
optional_scalars_generated.h FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
optional_scalars_generated.lobster
optional_scalars_generated.ts
optional_scalars_test.cpp [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
optional_scalars_test.h
parser_test.cpp Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624) 2022-11-08 09:36:35 -08:00
parser_test.h [C++] Fix clang -Wnewline-eof warning (#7711) 2022-12-14 21:35:54 -08:00
phpTest.php Fix PHP byte validation and reenable builds (#7670) 2022-11-29 08:12:28 -08:00
phpUnionVectorTest.php
phpUnionVectorTest.sh
Pizza.go Fix go generator undefined Package name, also throwing exception (#7632) 2022-11-22 13:21:25 -08:00
private_annotation_test.fbs
Property.nim FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
proto_test.cpp proto_test.cpp don't warn about gaps 2023-02-02 15:57:55 -08:00
proto_test.h Parsing from proto should keep field ID. (fixes #7645) (#7655) 2023-02-01 11:17:35 -08:00
py_flexbuffers_test.py Fix Python host-endianness dependencies (#7773) 2023-01-10 10:20:08 -08:00
py_test.py Fix some identity/equality confusion in Python tests (#7768) 2023-01-10 19:36:39 +00:00
PythonTest.sh [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
reflection_test.cpp Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588) 2022-11-08 10:59:46 -08:00
reflection_test.h tests/reflection_test.h: add missing <stdint.h> include (#7680) 2022-11-30 18:47:10 -08:00
required_strings.fbs [TS]: builder, Fix requiredField(). Verity that the field is present in the vtable (#7739) (#7752) 2023-01-10 10:43:17 -08:00
RustTest.bat Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
RustTest.sh Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
TableA.lua FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
TableA.nim FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
TableAT.java
test.cpp Parsing from proto should keep field ID. (fixes #7645) (#7655) 2023-02-01 11:17:35 -08:00
test_assert.cpp
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh
TestMutatingBool.nim FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
type_field_collsion.fbs
unicode_test.json
unicode_test.mon
union_value_collision.fbs [CS] Naming collision if field has same name as table and used as key (#7842) 2023-03-02 21:42:27 -08:00
util_test.cpp ToCamelCase() when kLowerCamel now converts first char to lower. (#7838) 2023-03-15 01:09:24 +00:00
util_test.h
vector_has_test.fbs