mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
Extend the test generation tool to emit the recently-modified format of the "negative" meta-data. Update the effected test case files accordingly.
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
// Copyright (C) 2016 Mike Pennisi. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
/*---
|
|
template: negative
|
|
desc: foobar
|
|
info: case info
|
|
negative:
|
|
phase: early
|
|
type: ReferenceError
|
|
---*/
|