Final lint fix on tests

This commit is contained in:
Leo Balter 2019-02-05 13:47:01 -05:00 committed by Rick Waldron
parent 48a7471060
commit 4ca5a94852
20 changed files with 45 additions and 11 deletions

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -12,3 +12,5 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();

View File

@ -5,14 +5,13 @@ description: >
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
flags: [raw]
negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
DONOTEVALUATE();
$DONOTEVALUATE();
function fn() {#!
}

View File

@ -1,5 +1,5 @@
#!/*
DONOTEVALUATE();
$DONOTEVALUATE();
these characters should not be considered within a comment
*/
/*---

View File

@ -12,4 +12,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -12,4 +12,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -11,4 +11,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -12,4 +12,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -12,4 +12,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -12,4 +12,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -11,4 +11,6 @@ negative:
phase: parse
type: SyntaxError
features: [hashbang]
---*/
---*/
$DONOTEVALUATE();

View File

@ -11,6 +11,9 @@ negative:
type: SyntaxError
features: [hashbang]
---*/
$DONOTEVALUATE();
{
#!
}

View File

@ -6,7 +6,7 @@ description: >
info: |
HashbangComment::
#! SingleLineCommentChars[opt]
flags: [raw]
flags: [raw, noStrict]
features: [hashbang]
---*/