Skip to content

Commit

Permalink
formats_err: add expr_bad_id_inst_value
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Sep 25, 2024
1 parent d01173d commit 7bc75c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions formats_err/expr_bad_id_inst_value.ksy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# expr_bad_id_inst_value.ksy: /instances/foo/value:
# error: invalid ID: 'BAD', expected /^[a-z][a-z0-9_]*$/
#
meta:
id: expr_bad_id_inst_value
instances:
foo:
value: BAD

0 comments on commit 7bc75c9

Please sign in to comment.