mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
Line separators are hard okay
This commit is contained in:
parent
97c4038906
commit
1a123c06ef
@ -106,7 +106,7 @@ describe('AtomWindow', function () {
|
||||
|
||||
assert.strictEqual(browserWindow.webContents.getURL(), url.format({
|
||||
protocol: 'file',
|
||||
pathname: `${resourcePath}/static/index.html`,
|
||||
pathname: `${resourcePath.replace(/\\/g, '/')}/static/index.html`,
|
||||
slashes: true
|
||||
}))
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user