Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Merge 1b71bb5 into 5a0a3f2
Browse files Browse the repository at this point in the history
  • Loading branch information
adieu committed Dec 6, 2019
2 parents 5a0a3f2 + 1b71bb5 commit a2c97b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cue/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ func TestEquals(t *testing.T) {
`2`, `3`, false,
}, {
`[1]`, `[3]`, false,
}, {
`[{a: 1,...}]`, `[{a: 1,...}]`, true,
}, {
`[]`, `[]`, true,
}, {
Expand Down

0 comments on commit a2c97b8

Please sign in to comment.