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 type: SyntaxError
features: [hashbang] features: [hashbang]
---*/ ---*/
$DONOTEVALUATE();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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