Skip to content

Commit

Permalink
Fixed supported/unsupported types in yaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Nov 27, 2023
1 parent 61f9cba commit b04866b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ unsupported:
- match: { values.0.14: null }
- match: { values.0.15: "foo bar baz" }
- match: { values.0.16: Alice }
- match: { values.0.17: null }
- match: { values.0.17: "POINT (-97.15447235107422 25.996152877807617)" }
- match: { values.0.18: null }
- match: { values.0.19: null }
- match: { values.0.20: null }
Expand Down Expand Up @@ -378,7 +378,7 @@ unsupported with sort:
- match: { values.0.14: null }
- match: { values.0.15: "foo bar baz" }
- match: { values.0.16: Alice }
- match: { values.0.17: null }
- match: { values.0.17: "POINT (-97.15447235107422 25.996152877807617)" }
- match: { values.0.18: null }
- match: { values.0.19: null }
- match: { values.0.20: null }
Expand Down

0 comments on commit b04866b

Please sign in to comment.