Skip to content

Commit

Permalink
Put "; skip surrogate code points" on its own line
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Feb 12, 2024
1 parent b9e27e9 commit fe62a78
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions auth48/rfc9535.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,8 @@ unescaped = %x20-21 / ; see RFC 8259
; omit 0x27 '
%x28-5B /
; omit 0x5C \
%x5D-D7FF / ; skip surrogate code points
%x5D-D7FF /
; skip surrogate code points
%xE000-10FFFF
escapable = %x62 / ; b BS backspace U+0008
Expand Down Expand Up @@ -2427,7 +2428,8 @@ bracketed-selection = "[" S selector *(S "," S selector) S "]"
member-name-shorthand = name-first *name-char
name-first = ALPHA /
"_" /
%x80-D7FF / ; skip surrogate code points
%x80-D7FF /
; skip surrogate code points
%xE000-10FFFF
name-char = DIGIT / name-first
Expand Down Expand Up @@ -2808,7 +2810,8 @@ normal-unescaped = ; omit %x0-1F control codes
; omit 0x27 '
%x28-5B /
; omit 0x5C \
%x5D-D7FF / ; skip surrogate code points
%x5D-D7FF /
; skip surrogate code points
%xE000-10FFFF
normal-escapable = %x62 / ; b BS backspace U+0008
Expand Down Expand Up @@ -3326,7 +3329,8 @@ unescaped = %x20-21 / ; see RFC 8259
; omit 0x27 '
%x28-5B /
; omit 0x5C \
%x5D-D7FF / ; skip surrogate code points
%x5D-D7FF /
; skip surrogate code points
%xE000-10FFFF
escapable = %x62 / ; b BS backspace U+0008
Expand Down Expand Up @@ -3424,7 +3428,8 @@ bracketed-selection = "[" S selector *(S "," S selector) S "]"
member-name-shorthand = name-first *name-char
name-first = ALPHA /
"_" /
%x80-D7FF / ; skip surrogate code points
%x80-D7FF /
; skip surrogate code points
%xE000-10FFFF
name-char = DIGIT / name-first
Expand Down Expand Up @@ -3452,7 +3457,8 @@ normal-unescaped = ; omit %x0-1F control codes
; omit 0x27 '
%x28-5B /
; omit 0x5C \
%x5D-D7FF / ; skip surrogate code points
%x5D-D7FF /
; skip surrogate code points
%xE000-10FFFF
normal-escapable = %x62 / ; b BS backspace U+0008
Expand Down

0 comments on commit fe62a78

Please sign in to comment.