mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-05 07:43:16 +08:00
Fix typos (#417)
This commit is contained in:
@@ -69,7 +69,7 @@ describe('pattern', () => {
|
||||
}
|
||||
})
|
||||
|
||||
it('globstar matches immediately preceeding directory', () => {
|
||||
it('globstar matches immediately preceding directory', () => {
|
||||
const root = IS_WINDOWS ? 'C:\\' : '/'
|
||||
const pattern = new Pattern(`${root}foo/bar/**`)
|
||||
const actual = [
|
||||
|
||||
Reference in New Issue
Block a user