We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513d64 commit ac51f82Copy full SHA for ac51f82
formats_err/type_unknown_many.ksy
@@ -0,0 +1,20 @@
1
+# type_unknown_many.ksy: /seq/0:
2
+# error: unable to find type 'some_unknown_name', searching from type_unknown_many
3
+#
4
+# type_unknown_many.ksy: /seq/1:
5
+# error: unable to find type 'also_unknown_name', searching from type_unknown_many
6
7
+# type_unknown_many.ksy: /seq/2:
8
+# error: unable to find enum 'unknown_enum', searching from type_unknown_many
9
10
+meta:
11
+ id: type_unknown_many
12
+ ks-opaque-types: false
13
+seq:
14
+ - id: foo
15
+ type: some_unknown_name
16
+ - id: bar
17
+ type: also_unknown_name
18
+ - id: baz
19
+ type: u1
20
+ enum: unknown_enum
0 commit comments