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
1 changed files with 2 additions and 1 deletions

View File

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