Skip to content

Commit

Permalink
Fix a bug introduced into $ion_literal tests during PR. (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddjonker authored Jun 12, 2024
1 parent aee93d7 commit 260ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/ion_literal.ion
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


(ion_1_1
(each (toplevel '#$11' '#$11'::'#$11' '#$11'::1)
(each (toplevel '#$11' '#$11'::'#$11' '#$11'::1 '#$11':: '#$11'::1)
(toplevel $ion_literal $ion_literal::$ion_literal $ion_literal::1 $ion_literal::$ion_literal::1)
(produces $ion_literal $ion_literal 1 $ion_literal::1)))

Expand Down

0 comments on commit 260ef99

Please sign in to comment.