Skip to content

Commit

Permalink
FIX: exists() return type is int
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 12, 2023
1 parent b6ff4ec commit bcc679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schema/meta/expression_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
- expression: '"VolumeTiming" in null'
result: false
- expression: exists(null, "bids-uri")
result: false
result: 0
- expression: exists([], null)
result: false
result: 0

# General expressions
- expression: 1 + 2
Expand Down

0 comments on commit bcc679b

Please sign in to comment.