mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 09:12:22 +00:00
* Fixed MakeCamelCase behavior when supplied Upper_Camel_Case, snake_case and UPPERCASE strings. * Modified the rust integration test to reflect changes.
This commit is contained in:
@@ -331,7 +331,7 @@ mod roundtrip_generated_code {
|
||||
Some("foo"));
|
||||
assert_eq!(mon.test_as_monster().unwrap().name(), Some("foo"));
|
||||
assert_eq!(mon.test_as_test_simple_table_with_enum(), None);
|
||||
assert_eq!(mon.test_as_my_game___example_2___monster(), None);
|
||||
assert_eq!(mon.test_as_my_game_example_2_monster(), None);
|
||||
}
|
||||
#[test]
|
||||
fn union_default() {
|
||||
|
||||
Reference in New Issue
Block a user