~stub/ubuntu/trusty/avro-c/trunk

« back to all changes in this revision

Viewing changes to tests/schema_tests/fail/record_with_field_missing_name

  • Committer: Stuart Bishop
  • Date: 2015-05-14 11:53:53 UTC
  • Revision ID: stuart@stuartbishop.net-20150514115353-0cvnrcyohcq5l7yj
Tags: upstream-1.7.7
ImportĀ upstreamĀ versionĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{"type": "record",
 
2
 "name": "Address",
 
3
 "fields": [
 
4
     {"type": "string"},
 
5
     {"type": "string", "name": "City"}]}