Add tests
[deliverable/barectf.git] / tests / config / fail / config / prefix-invalid-identifier.yaml
CommitLineData
bed7233f
PP
1version: '2.1'
2prefix: 'some prefix'
3metadata:
4 type-aliases:
5 uint16:
6 class: int
7 size: 16
8 trace:
9 byte-order: le
10 streams:
11 my_stream:
12 packet-context-type:
13 class: struct
14 fields:
15 packet_size: uint16
16 content_size: uint16
17 events:
18 my_event:
19 payload-type:
20 class: struct
21 fields:
22 my_field:
23 class: int
24 size: 8
This page took 0.023708 seconds and 4 git commands to generate.