commit | 75349ae8c39d01e7e2b5779a18ace750c08e2fd9 | [log] [tgz] |
---|---|---|
author | Wouter van Oortmerssen <wvo@google.com> | Wed Jul 09 11:44:26 2014 -0700 |
committer | Wouter van Oortmerssen <wvo@google.com> | Wed Jul 09 17:13:03 2014 -0700 |
tree | 53712f04ba0c455f493423f205f943a0769669fc | |
parent | b3ee52c0a7f32a642787b9373cef6e7467880dc1 [diff] |
Fixed incorrect verifier code for nested tables. It was outputting the type instead of the field name, and didn't deal with NULL fields. Added test case. Also fixed token enums having the wrong value, resulting in unreadable error messages. Change-Id: Icd9b4d22f417bfad5824c0f58e067ce3f2e2dc6f Tested: on Windows and Linux.