remove accidental newline

This commit is contained in:
Tab Atkins Jr. 2025-01-17 16:28:16 -08:00 committed by GitHub
parent cedd6475f1
commit 8cc7b5f0ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -891,7 +891,6 @@ quoted-string :=
'"""' newline
(multi-line-string-body newline)?
(unicode-space | ws-escape)* '"""'
single-line-string-body := (string-character - newline)*
multi-line-string-body := (('"' | '""')? string-character)*
string-character :=