Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit93e1c74

Browse files
authored
Fixes backslash escaping, update test rules,closes#12#13#14 (#15)
1 parent522189d commit93e1c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/Builder.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const simpleMapper = {
4040
'allowed':METHOD_TYPES_ALLOWED_FOR_CHARACTERS
4141
},
4242
'backslash':{
43-
'add':'\\',
43+
'add':'\\\\',
4444
'type':METHOD_TYPE_CHARACTER,
4545
'allowed':METHOD_TYPES_ALLOWED_FOR_CHARACTERS
4646
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp