mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +02:00
fixup! Correct typos
This commit is contained in:
parent
1f22932d69
commit
ef899c48fd
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings accordingto the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
function fn() { return 'result'; }
|
function fn() { return 'result'; }
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings accordingto the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
var object = {
|
var object = {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings accordingto the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
var object = {
|
var object = {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings according to the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
var plain = {};
|
var plain = {};
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings accordingto the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es6id: 12.2.8
|
es6id: 12.2.8
|
||||||
description: >
|
description: >
|
||||||
Expressions should be evaluated and converted to Stings accordingto the
|
Expressions should be evaluated and converted to Strings according to the
|
||||||
ToString abstract operation.
|
ToString abstract operation.
|
||||||
---*/
|
---*/
|
||||||
assert.sameValue(`foo ${`bar ${5} baz`} qux`, 'foo bar 5 baz qux');
|
assert.sameValue(`foo ${`bar ${5} baz`} qux`, 'foo bar 5 baz qux');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user