Skip to content

Commit

Permalink
Selects larger symbol ID to be out of bounds (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored Nov 4, 2024
1 parent 8618604 commit 8dd641c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iontestdata_1_1/bad/annotationSymbolIDUnmapped.ion
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ion_1_1
// The annotation is out of range of the local symbol table.
$10::0
$100::0
2 changes: 1 addition & 1 deletion iontestdata_1_1/bad/fieldNameSymbolIDUnmapped.ion
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ion_1_1
// The field name is out of range of the local symbol table.
{$10: 0}
{$100: 0}

0 comments on commit 8dd641c

Please sign in to comment.