Delete trailing space from "info: |" lines

This commit is contained in:
Michael Dyck 2024-01-03 10:49:57 -05:00 committed by Ms2ger
parent c194ad6936
commit 816b6b14d8
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
esid: sec-keywords-and-reserved-words esid: sec-keywords-and-reserved-words
description: > description: >
ReservedWord (false) cannot contain UnicodeEscapeSequence. ReservedWord (false) cannot contain UnicodeEscapeSequence.
info: | info: |
Note 1 Note 1
Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements. Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements.

View File

@ -5,7 +5,7 @@
esid: sec-keywords-and-reserved-words esid: sec-keywords-and-reserved-words
description: > description: >
ReservedWord (true) cannot contain UnicodeEscapeSequence. ReservedWord (true) cannot contain UnicodeEscapeSequence.
info: | info: |
Note 1 Note 1
Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements. Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements.

View File

@ -5,7 +5,7 @@
esid: sec-keywords-and-reserved-words esid: sec-keywords-and-reserved-words
description: > description: >
ReservedWord (null) cannot contain UnicodeEscapeSequence. ReservedWord (null) cannot contain UnicodeEscapeSequence.
info: | info: |
Note 1 Note 1
Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements. Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements.