From 758a0991b2c267b2cd67914925a8b9d398528656 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 20 Feb 2018 22:05:31 +0100 Subject: Add missing test case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + tests/40 | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/40 diff --git a/Makefile b/Makefile index 5b00b29..c8ef546 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2