mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
fixup! Correct typos
This commit is contained in:
parent
1f22932d69
commit
ef899c48fd
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
function fn() { return 'result'; }
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
var object = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
var object = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
var plain = {};
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
es6id: 12.2.8
|
||||
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.
|
||||
---*/
|
||||
assert.sameValue(`foo ${`bar ${5} baz`} qux`, 'foo bar 5 baz qux');
|
||||
|
Loading…
x
Reference in New Issue
Block a user