From b628e4b054958cc468ac136d92fbc1718cf3387e Mon Sep 17 00:00:00 2001 From: Lucas Mirelmann Date: Mon, 18 Dec 2023 15:16:21 +0100 Subject: [PATCH] Update single-line-html-close.js Fix comment with the description of the syntax --- test/annexB/language/comments/single-line-html-close.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/annexB/language/comments/single-line-html-close.js b/test/annexB/language/comments/single-line-html-close.js index e6e1d1297e6..80d6f2753f0 100644 --- a/test/annexB/language/comments/single-line-html-close.js +++ b/test/annexB/language/comments/single-line-html-close.js @@ -12,7 +12,7 @@ info: | SingleLineDelimitedComment SingleLineHTMLCloseComment :: - LineTerminatorSequenceHTMLCloseComment + LineTerminatorSequence HTMLCloseComment HTMLCloseComment :: WhiteSpaceSequence[opt] SingleLineDelimitedCommentSequence[opt] --> SingleLineCommentChars[opt]