Fix invalid YAML from #2470 and #2474.

This commit is contained in:
Ross Kirsling 2020-02-18 10:22:01 -08:00 committed by Rick Waldron
parent a1fbd310e0
commit 723205bd54
4 changed files with 9 additions and 8 deletions

View File

@ -2,8 +2,8 @@
// 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.
/*--- /*---
esid: sec-%typedarray%.prototype.fill esid: sec-%typedarray%.prototype.fill
description: Security Throws a TypeError if end coercion detaches description: >
the buffer Security Throws a TypeError if end coercion detaches the buffer
info: | info: |
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] ) 22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )

View File

@ -2,8 +2,8 @@
// 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.
/*--- /*---
esid: sec-%typedarray%.prototype.fill esid: sec-%typedarray%.prototype.fill
description: Security Throws a TypeError if start coercion detaches description: >
the buffer Security Throws a TypeError if start coercion detaches the buffer
info: | info: |
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] ) 22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )

View File

@ -2,8 +2,8 @@
// 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.
/*--- /*---
esid: sec-%typedarray%.prototype.fill esid: sec-%typedarray%.prototype.fill
description: Security Throws a TypeError if value coercion detaches description: >
the buffer Security Throws a TypeError if value coercion detaches the buffer
info: | info: |
22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] ) 22.2.3.8 %TypedArray%.prototype.fill (value [ , start [ , end ] ] )

View File

@ -2,8 +2,9 @@
// 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.
/*--- /*---
esid: sec-%typedarray%.prototype.sort esid: sec-%typedarray%.prototype.sort
description: SECURITY Throws a TypeError if coercion of the comparefn description: >
return value detaches the object buffer SECURITY Throws a TypeError if coercion of the comparefn return value
detaches the object buffer
info: | info: |
22.2.3.26 %TypedArray%.prototype.sort ( comparefn ) 22.2.3.26 %TypedArray%.prototype.sort ( comparefn )