test262/test/language/comments/hashbang/line-terminator-paragraph-s...

29 lines
647 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! this comment ends with a Paragraph Separator (U+2029){
}
// Copyright (C) 2019 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: pending
description: >
Hashbang comments are terminated by the first LineTerminator: Paragraph Separator
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
SingleLineCommentChars::
SingleLineCommentChar SingleLineCommentChars[opt]
SingleLineCommentChar::
SourceCharacter but not LineTerminator
LineTerminator::
<LF>
<CR>
<LS>
<PS>
flags: [raw]
features: [hashbang]
---*/