Skip to content

Commit

Permalink
fixup! Tmain: add a case for testing the behavior when giving a wrong…
Browse files Browse the repository at this point in the history
… kind letter
  • Loading branch information
masatake committed Apr 15, 2018
1 parent 5d07968 commit 5aed46f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tmain/lregex-kind-letter.d/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# License: GPL-2

CTAGS="$1 --quiet --options=NONE"
export MSYS2_ARG_CONV_EXCL=--regex-x

echo param: '|(.)|\1|^'
${CTAGS} --langdef=x --regex-x='|(.)|\1|^' --list-kinds-full=x
Expand Down

0 comments on commit 5aed46f

Please sign in to comment.