Skip to content

Commit

Permalink
3.3.9: fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Jun 21, 2018
1 parent d3cdd5e commit 5935d94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignore",
"version": "3.3.8",
"version": "3.3.9",
"description": "Ignore is a manager and filter for .gitignore rules.",
"main": "./ignore.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions test/ignore.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ var SHOULD_TEST_WINDOWS = !process.env.IGNORE_TEST_WIN32
&& IS_WINDOWS

var cases = [
[
'related to #38',
[
'*',
'!abc*'
],
{
'a': 1,
'abc': 0,
'abcd': 0
}
],
[
'#38',
[
Expand Down

0 comments on commit 5935d94

Please sign in to comment.