UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

9 lines (7 loc) 200 B
var test = require('tap').test var minimatch = require('../') test('extglob ending with statechar', function(t) { t.notOk(minimatch('ax', 'a?(b*)')) t.ok(minimatch('ax', '?(a*|b)')) t.end() })