update
This commit is contained in:
+6
@@ -40,3 +40,9 @@ test('quote windows paths', { skip: 'breaking change, disabled until 2.x' }, fun
|
||||
|
||||
t.end()
|
||||
})
|
||||
|
||||
test("chars for windows paths don't break out", function (t) {
|
||||
var x = '`:\\a\\b'
|
||||
t.equal(quote([x]), '\\`\\:\\\\a\\\\b')
|
||||
t.end()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user