Skip to content

Commit

Permalink
Remove ocaml version from test output
Browse files Browse the repository at this point in the history
  • Loading branch information
liam923 committed Dec 2, 2024
1 parent 30323e1 commit c2e35f8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions tests/test-dirs/version.t
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
$ $MERLIN single version | revert-newlines | jq .value
$ $MERLIN single version | revert-newlines | jq .value.magicNumbers
{
"version": "The Merlin toolkit version %VERSION%, for Ocaml 5.2.0\n",
"magicNumbers": {
"cmi_magic_number": "Caml1999I554",
"ast_intf_magic_number": "Caml1999N554",
"ast_impl_magic_number": "Caml1999M554",
"cmt_magic_number": "Caml1999T554",
"cms_magic_number": "Caml1999S554",
"index_magic_number": "Merl2023I554"
}
"cmi_magic_number": "Caml1999I554",
"ast_intf_magic_number": "Caml1999N554",
"ast_impl_magic_number": "Caml1999M554",
"cmt_magic_number": "Caml1999T554",
"cms_magic_number": "Caml1999S554",
"index_magic_number": "Merl2023I554"
}

$ ocaml-index magic-numbers | jq
Expand Down

0 comments on commit c2e35f8

Please sign in to comment.