mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
Update test case style to match current patterns (#3742)
This commit is contained in:
parent
8f752acdaa
commit
421764fbac
@ -45,10 +45,11 @@ A test file has three sections: Copyright, Frontmatter, and Body. A test looks
|
|||||||
```javascript
|
```javascript
|
||||||
// Copyright (C) $Year $ContributorName. All rights reserved.
|
// Copyright (C) $Year $ContributorName. 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.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: reference to spec section, e.g. "sec-well-known-symbols"
|
||||||
description: >
|
description: >
|
||||||
brief description, e.g. "Non-numeric input must be rejected with a TypeError"
|
brief description, e.g. "Non-numeric input must be rejected with a TypeError"
|
||||||
esid: reference to spec section, e.g. "sec-well-known-symbols"
|
|
||||||
info: |
|
info: |
|
||||||
verbose test description, multiple lines OK.
|
verbose test description, multiple lines OK.
|
||||||
(info should contain relevant, direct quotes from ECMAScript if possible)
|
(info should contain relevant, direct quotes from ECMAScript if possible)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user