Skip to content

Commit

Permalink
Fix formatting and split of evalMode
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Aug 8, 2024
1 parent d369ba8 commit 575a2b5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ bagOperators::[
statement:"1 OUTER UNION 2",
assert:[
{
evalMode: EvalModeCoerce,
evalMode:EvalModeCoerce,
result:EvaluationSuccess,
output:$bag::[
1,
2
]
},
{
evalMode: EvalModeError,
evalMode:EvalModeError,
result:EvaluationFail
},
]
Expand All @@ -178,7 +178,7 @@ bagOperators::[
]
},
{
evalMode: EvalModeError,
evalMode:EvalModeError,
result:EvaluationFail
},
]
Expand All @@ -188,7 +188,7 @@ bagOperators::[
statement:"NULL OUTER UNION MISSING",
assert:[
{
evalMode:[EvalModeCoerce, EvalModeError],
evalMode:EvalModeCoerce,
result:EvaluationSuccess,
output:$bag::[
]
Expand Down

0 comments on commit 575a2b5

Please sign in to comment.