Skip to content

Commit

Permalink
Fix back slash spec
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Oct 28, 2022
1 parent 2760c18 commit e64d994
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"/*star='%2A'*/"
],
[
{ back_slash: '/' },
"/*back_slash='%2F'*/"
{ back_slash: '\\' },
"/*back_slash='%5C'*/"
],
[
{ equal_sign: '=' },
Expand Down

0 comments on commit e64d994

Please sign in to comment.