Add missing license headers in hashbang tests

This commit is contained in:
André Bargull 2019-02-28 06:40:04 -08:00
parent 41edfcebce
commit 334e905d2e
26 changed files with 98 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#\041 #\041
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#\u0021 #\u0021
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#\u{21} #\u{21}
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#\x21 #\x21
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
\043! \043!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
\u0023! \u0023!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
\u{23}! \u{23}!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
\x23! \x23!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
\u0023\u0021 \u0023\u0021
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -2,6 +2,10 @@
throw "Test262: This statement should not be evaluated."; throw "Test262: This statement should not be evaluated.";
these characters should not be considered within a comment these characters should not be considered within a comment
*/ */
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#! these characters should be treated as a comment #! these characters should be treated as a comment
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,5 +1,9 @@
"use strict"; "use strict";
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,5 +1,9 @@
"use strict" "use strict"
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
;#! ;#!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,5 +1,9 @@
#! #!
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,5 +1,9 @@
// //
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,5 +1,9 @@
/* /*
*/#! */#!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#! #!
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,3 +1,6 @@
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >

View File

@ -1,4 +1,8 @@
#!"use strict" #!"use strict"
// Copyright (C) 2019 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: pending
description: > description: >