Skip to content

Commit

Permalink
Fix some weird blank-space inconsistencies in ABNF
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Feb 12, 2024
1 parent fe62a78 commit e49cfa1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions auth48/rfc9535.xml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ the query argument, giving locations of the JSON values in the previous column</
<t>There are various kinds of selectors that produce children of objects, children of arrays,
or children of either objects or arrays.</t>
<sourcecode type="abnf" name="jsonpath-collected.abnf"><![CDATA[
selector = name-selector /
selector = name-selector /
wildcard-selector /
slice-selector /
index-selector /
Expand Down Expand Up @@ -777,7 +777,7 @@ single-quoted = unescaped /
ESC %x27 / ; \'
ESC escapable
ESC = %x5C ; \ backslash
ESC = %x5C ; \ backslash
unescaped = %x20-21 / ; see RFC 8259
; omit 0x22 "
Expand All @@ -796,7 +796,7 @@ escapable = %x62 / ; b BS backspace U+0008
%x74 / ; t HT horizontal tab U+0009
"/" / ; / slash (solidus) U+002F
"\" / ; \ backslash (reverse solidus) U+005C
(%x75 hexchar) ; uXXXX U+XXXX
(%x75 hexchar) ; uXXXX U+XXXX
hexchar = non-surrogate /
(high-surrogate "\" %x75 low-surrogate)
Expand Down Expand Up @@ -3301,7 +3301,7 @@ B = %x20 / ; Space
%x0D ; Carriage return
S = *B ; optional blank space
root-identifier = "$"
selector = name-selector /
selector = name-selector /
wildcard-selector /
slice-selector /
index-selector /
Expand All @@ -3321,7 +3321,7 @@ single-quoted = unescaped /
ESC %x27 / ; \'
ESC escapable
ESC = %x5C ; \ backslash
ESC = %x5C ; \ backslash
unescaped = %x20-21 / ; see RFC 8259
; omit 0x22 "
Expand All @@ -3340,7 +3340,7 @@ escapable = %x62 / ; b BS backspace U+0008
%x74 / ; t HT horizontal tab U+0009
"/" / ; / slash (solidus) U+002F
"\" / ; \ backslash (reverse solidus) U+005C
(%x75 hexchar) ; uXXXX U+XXXX
(%x75 hexchar) ; uXXXX U+XXXX
hexchar = non-surrogate /
(high-surrogate "\" %x75 low-surrogate)
Expand Down

0 comments on commit e49cfa1

Please sign in to comment.