Skip to content

Commit

Permalink
Revert "Use solidus/reverse solidus for range descriptions, instead o…
Browse files Browse the repository at this point in the history
…f slash/backslash."

This reverts commit 9a58138.
  • Loading branch information
gkellogg committed Jun 12, 2023
1 parent 9a58138 commit 2c210cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ebnf/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class Writer
0x20 => 'space',
0x22 => 'dquote',
0x27 => 'apos',
0x2F => 'solidus',
0x5C => 'reverse solidus',
0x2F => 'slash',
0x5C => 'back slash',
0x60 => 'grave',
0x7F => 'delete',
0x80 => 'padding character',
Expand Down

0 comments on commit 2c210cd

Please sign in to comment.