Skip to content

Commit

Permalink
add todo comment test re need for extglob recursive descent
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 17, 2023
1 parent 040cd41 commit bcca580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ module.exports = [
() => files=['a(b', 'ab', 'a)b'],
['@(a|a[(])b', ['a(b', 'ab']],
['@(a|a[)])b', ['a)b', 'ab']],

// TODO: recursive descent parser for extglobs, to do this properly
// ['@(+(.*))', ['.a', '.a.js', '.js']],
]

Object.defineProperty(module.exports, 'files', {
Expand Down

0 comments on commit bcca580

Please # to comment.