Commit 2d8dcbd
Changed files (2)
test
fixtures
test/fixtures/markdown.md
@@ -13,7 +13,7 @@ await $`echo ${__dirname}`
```
~~~js
-await $`echo "tilda"`
+await $`echo "tilde"`
~~~
```js
test/util.test.js
@@ -64,7 +64,7 @@ describe('util', () => {
assert.ok(quote(`'\f\n\r\t\v\0`) === `$'\\'\\f\\n\\r\\t\\v\\0'`)
})
- test('quotePowerShgell()', () => {
+ test('quotePowerShell()', () => {
assert.equal(quotePowerShell('string'), 'string')
assert.equal(quotePowerShell(`'`), `''''`)
})