Skip to content

Commit

Permalink
chore: make version test more flexible in parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent 4b5f460 commit 167881d
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 167881d

Please sign in to comment.