diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-05 10:57:59 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-05 10:57:59 +0200 |
commit | b87674a9ad1aece973da49197182a08ac65cd2df (patch) | |
tree | f9f3dc22f05b3d8e1ce08198df209871c7ba5c75 /Makefile | |
parent | 6b76050f758917cf3552c20f99a4bfedd66049f2 (diff) |
fix trailing newline in text extract, fix tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ test: test-sh test-elm test-nix test-sh: tests/sh.sh - cabal run anissue -- show tests/sh.sh | \ + cabal run anissue -- list tests/sh.sh | \ cmp tests/expect test-elm: tests/elm.elm - cabal run anissue -- show tests/elm.elm | \ + cabal run anissue -- list tests/elm.elm | \ cmp tests/expect test-nix: tests/nix.nix - cabal run anissue -- show tests/nix.nix | \ + cabal run anissue -- list tests/nix.nix | \ cmp tests/expect |