diff options
author | Mattias Andrée <maandree@kth.se> | 2018-02-20 22:05:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-02-20 22:05:31 +0100 |
commit | 758a0991b2c267b2cd67914925a8b9d398528656 (patch) | |
tree | f4b40f254d27de5a997953cf500766048f6228fb | |
parent | Update tests (diff) | |
download | loc-758a0991b2c267b2cd67914925a8b9d398528656.tar.gz loc-758a0991b2c267b2cd67914925a8b9d398528656.tar.bz2 loc-758a0991b2c267b2cd67914925a8b9d398528656.tar.xz |
Add missing test case
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | tests/40 | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,7 @@ check: loc test "$$(./loc tests/37)" = 1 test "$$(./loc tests/38)" = 0 test "$$(./loc tests/39)" = 1 + test "$$(./loc tests/40)" = 2 install: loc mkdir -p -- "$(DESTDIR)$(PREFIX)/bin/" diff --git a/tests/40 b/tests/40 new file mode 100644 index 0000000..74bc992 --- /dev/null +++ b/tests/40 @@ -0,0 +1,2 @@ +x/* +*/y |