mirror of https://github.com/tc39/test262.git
33 lines
729 B
Plaintext
33 lines
729 B
Plaintext
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||
|
// This code is governed by the BSD license found in the LICENSE file.
|
||
|
/*---
|
||
|
templates:
|
||
|
- multiple/**/normal*.template
|
||
|
- multiple/b/features.template
|
||
|
- multiple/a/no-info.template
|
||
|
desc: foobar
|
||
|
info: case info
|
||
|
flags: [a, b]
|
||
|
includes: [foo.js]
|
||
|
---*/
|
||
|
|
||
|
Because this test appears before any "region" delimiters, it should not appear
|
||
|
in the generated files.
|
||
|
|
||
|
// - first
|
||
|
this is not a valid region delimiter
|
||
|
|
||
|
/* *//- first
|
||
|
this is also not a valid region delimiter
|
||
|
|
||
|
//- first
|
||
|
First value
|
||
|
//- second
|
||
|
Second value
|
||
|
//- third
|
||
|
Third value (Special characters like `≠` should be tolerated.)
|
||
|
//- fourth
|
||
|
Quote characters: " ' `
|
||
|
//- teardown
|
||
|
'This is "teardown" code.';
|