aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/tests/glob/star_star.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/editorconfig/tests/glob/star_star.in')
-rw-r--r--plugins/editorconfig/tests/glob/star_star.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/editorconfig/tests/glob/star_star.in b/plugins/editorconfig/tests/glob/star_star.in
new file mode 100644
index 0000000..c8f2c99
--- /dev/null
+++ b/plugins/editorconfig/tests/glob/star_star.in
@@ -0,0 +1,15 @@
+; test **
+
+root=true
+
+[a**z.c]
+key1=value1
+
+[b/**z.c]
+key2=value2
+
+[c**/z.c]
+key3=value3
+
+[d/**/z.c]
+key4=value4