Skip to content

Commit

Permalink
Make the test evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Dec 23, 2024
1 parent 9127ed9 commit 828cd1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# test.type = 'error'
#
# [test.metadata]
# error = 'EvalError::FieldMissing'
# error = 'EvalError::MissingFieldDef'
#
# [test.metadata.expectation]
# field = 'bar'
(std.record.insert "bar" 1 { foo = bar + 1, bar | optional }) & { bar | force = 2 }
((std.record.insert "bar" 1 { foo = bar + 1, bar | optional }) & { bar | force = 2 }).foo

0 comments on commit 828cd1f

Please sign in to comment.