branch: scratch/editorconfig-cc
commit a09b197c767f01b678d9320a2eea62c8ae3662b3
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Add two test cases for fnmatch
---
ert-tests/editorconfig-fnmatch.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ert-tests/editorconfig-fnmatch.el
b/ert-tests/editorconfig-fnmatch.el
index 41421589ee..513edc7e89 100644
--- a/ert-tests/editorconfig-fnmatch.el
+++ b/ert-tests/editorconfig-fnmatch.el
@@ -57,6 +57,9 @@
("-1.js" "{-3..3}.js")
("test3"
"{test3,test0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
[...]
+
+ ("ab[e/]cd.i" "ab[e/]cd.i")
+ ("ab[/c" "ab[/c")
))
(cases-nil
'(("a.js" "b.js")