mirror of https://github.com/tc39/test262.git
Fix invalid yaml on tests for global (#772)
This commit is contained in:
parent
0651a7fad1
commit
8c67edab05
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-other-properties-of-the-global-object-global
|
esid: sec-other-properties-of-the-global-object-global
|
||||||
description: `global` should be the global object
|
description: "'global' should be the global object"
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-other-properties-of-the-global-object-global
|
esid: sec-other-properties-of-the-global-object-global
|
||||||
description: `global` should be writable, non-enumerable, and configurable
|
description: "'global' should be writable, non-enumerable, and configurable"
|
||||||
author: Jordan Harband
|
author: Jordan Harband
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
Loading…
Reference in New Issue