Closed
Description
make test
is currently failing due to an XPASS:
# empty-command-newline
1..4
ok 1 - [1,1] «:»
ok 2 - [2,2] «;»
ok 3 - [3,3] «↵» - # TODO "issue #616"
ok 4 - cardinality check
We should change the test file so it either is expected to pass and passes, or is expected to fail and fails.
@phy1729 Were you working on this? What's the correct fix here?