File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ quoted-char = content-char / s / "." / "@" / "{" / "}"
9090reserved-char = content-char / " ."
9191content-char = %x 00 -08 ; omit HTAB (%x09) and LF (%x0A)
9292 / %x 0B -0C ; omit CR (%x0D)
93- / %x 0E -19 ; omit SP (%x20)
93+ / %x 0E -1F ; omit SP (%x20)
9494 / %x 21 -2D ; omit . (%x2E)
9595 / %x 2F -3F ; omit @ (%x40)
9696 / %x 41 -5B ; omit \ (%x5C)
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ quoted-char = content-char / s / "." / "@" / "{" / "}"
293293reserved-char = content-char / "."
294294content-char = %x00-08 ; omit HTAB (%x09) and LF (%x0A)
295295 / %x0B-0C ; omit CR (%x0D)
296- / %x0E-19 ; omit SP (%x20)
296+ / %x0E-1F ; omit SP (%x20)
297297 / %x21-2D ; omit . (%x2E)
298298 / %x2F-3F ; omit @ (%x40)
299299 / %x41-5B ; omit \ (%x5C)
You can’t perform that action at this time.
0 commit comments