mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +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
|
||||
// Copyright (C) $Year $ContributorName. All rights reserved.
|
||||
// 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: >
|
||||
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: |
|
||||
verbose test description, multiple lines OK.
|
||||
(info should contain relevant, direct quotes from ECMAScript if possible)
|
||||
|
Loading…
x
Reference in New Issue
Block a user