mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 15:08:20 +00:00
Handle +/-inf in protos (#7256)
* Handle +/-inf in protos * Check for digit in 4th pos
This commit is contained in:
@@ -59,6 +59,9 @@ table ProtoMessage {
|
||||
/// doc comment for r.
|
||||
r:proto.test.ProtoMessage_.RUnion;
|
||||
outer_enum:proto.test.ProtoEnum;
|
||||
u:float = +inf;
|
||||
v:float = +inf;
|
||||
w:float = -inf;
|
||||
}
|
||||
|
||||
namespace proto.test.ProtoMessage_;
|
||||
|
||||
Reference in New Issue
Block a user