Remove trailing spaces from YAML blocks (#2201)

This commit is contained in:
Alexey Shvayka 2019-06-19 23:39:21 +03:00 committed by Leo Balter
parent 084e45966f
commit df1a1c75b7
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: > description: >
ECMAScript Function objects defined using syntactic constructors ECMAScript Function objects defined using syntactic constructors
in strict mode code do not have own properties "caller" or in strict mode code do not have own properties "caller" or

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: > description: >
Functions created using Function.prototype.bind() do not have own Functions created using Function.prototype.bind() do not have own
properties "caller" or "arguments", but inherit them from properties "caller" or "arguments", but inherit them from

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: Intrinsic %FunctionPrototype% has poisoned own property "arguments" description: Intrinsic %FunctionPrototype% has poisoned own property "arguments"
includes: includes:
- propertyHelper.js - propertyHelper.js

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: Intrinsic %FunctionPrototype% has poisoned own property "caller" description: Intrinsic %FunctionPrototype% has poisoned own property "caller"
includes: includes:
- propertyHelper.js - propertyHelper.js

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: > description: >
Functions created using ArrowFunction syntactic form do not have Functions created using ArrowFunction syntactic form do not have
own properties "caller" or "arguments", but inherit them from own properties "caller" or "arguments", but inherit them from

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 Caitlin Potter. All rights reserved. // Copyright (C) 2015 Caitlin Potter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
description: > description: >
Functions created using Function.prototype.bind() do not have own Functions created using Function.prototype.bind() do not have own
properties "caller" or "arguments", but inherit them from properties "caller" or "arguments", but inherit them from