Fix invalid yaml on tests for global (#772)

This commit is contained in:
Leo Balter 2016-10-07 13:34:11 -04:00 committed by Tom Care
parent 0651a7fad1
commit 8c67edab05
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/*---
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
includes: [propertyHelper.js]
---*/

View File

@ -3,7 +3,7 @@
/*---
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
includes: [propertyHelper.js]
---*/