Skip to content

Commit

Permalink
chore: make version test more flexible in parsing (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Nov 3, 2024
1 parent 4b5f460 commit de90b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/version.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Ensures refmt --version prints the right version
$ refmt --version | cut -d '@' -f 1
$ refmt --version | cut -d '@' -f 1 | cut -d '-' -f 1
Reason 3.13.0

0 comments on commit de90b98

Please sign in to comment.