Skip to content

Commit 791402d

Browse files
committed
Fix typo
1 parent a34bbb9 commit 791402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/unsafe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = [
8282
// A backslash can start an escape (when followed by punctuation) or a
8383
// hard break (when followed by an eol).
8484
{character: '\\', after: '[!-/:-@[-`{-~]'},
85-
{character: '\\', after: '[\r\n]', inConstruct: 'phrasing'},
85+
{character: '\\', after: '[\\r\\n]', inConstruct: 'phrasing'},
8686
// A right bracket can exit labels.
8787
{
8888
character: ']',

0 commit comments

Comments
 (0)