blob: abfa4f6daab99ff73862e927c9f196077a595ccd [file] [log] [blame]
#! 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]
---*/