Skip to content

Commit

Permalink
add regex to features files
Browse files Browse the repository at this point in the history
As reported in #60, regex is used in many areas.
Test cases using regex internally should be skipped when
testing ctags with no regex feature.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Nov 9, 2014
1 parent 6be58f6 commit 688ba25
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Units/conflib-recursive.d/features
@@ -1 +1,2 @@
option-directory
regex
1 change: 1 addition & 0 deletions Units/conflib-simple.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/ctags-simple.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/dosbatch_test.cmd.t/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/matlab-tg-corpus.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/matlab_backtracking.m.t/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/matlab_test.m.t/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/mib-simple.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/noext-tg-matlab.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/option-corpora-conflicts.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/option-disable-kind-in-builtin.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/option-lang-compatibility.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/option-same-kind-in-regex-and-builtin.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/regex-flag-long.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/regex-flag-simple.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/rust-simple.d/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/simple.cbl.t/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/simple.html.t/features
@@ -0,0 +1 @@
regex
1 change: 1 addition & 0 deletions Units/xcmd-simple.d/features
@@ -1 +1,2 @@
coproc
regex

0 comments on commit 688ba25

Please sign in to comment.