Skip to content

Commit

Permalink
I have no clue why Mac ARM jq calculated this as moremore\0\0\0\0 pre…
Browse files Browse the repository at this point in the history
…viously.
  • Loading branch information
jsirois committed Nov 7, 2022
1 parent 49d60c5 commit 8bc4b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
dist/scie-jump* examples/java/lift.${{ matrix.arch }}.json
# Verify arbitrary json is allowed and preserved outside the root "scie" key.
test "moremoremore" = "$(
SCIE=inspect ./coursier | jq -r '.custom.arbitrary * .more[1]'
test "3more" = "$(
SCIE=inspect ./coursier | jq -r '(.custom.arbitrary | tostring) + .more[1]'
)"
# Verify byte-wise identical pack -> split -> pack round tripping.
Expand Down

0 comments on commit 8bc4b9d

Please sign in to comment.