Skip to content

Commit

Permalink
Lua: fix tests for enums with unknown values
Browse files Browse the repository at this point in the history
According to the decision in kaitai-io/kaitai_struct#778
unknown values of enums still should be available
  • Loading branch information
Mingun committed Apr 7, 2024
1 parent ec0fafa commit ab9af39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion spec/lua/test_enum_invalid.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions spec/lua/test_switch_manual_enum_invalid.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions spec/lua/test_switch_manual_enum_invalid_else.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab9af39

Please sign in to comment.