Update test case style to match current patterns (#3742)

This commit is contained in:
Richard Gibson 2022-12-02 12:53:49 -05:00 committed by GitHub
parent 8f752acdaa
commit 421764fbac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)