mirror of https://github.com/tc39/test262.git
31 lines
614 B
Plaintext
31 lines
614 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.
|
|
/*---
|
|
name: First template name
|
|
path: glob/normal/b-path1-
|
|
es6id: 1.2.3
|
|
info: template info
|
|
flags: [c, d]
|
|
---*/
|
|
|
|
before-/*{ first }*/-between-/*{ third }*/-after
|
|
|
|
before*/*{ second }*/*between*/*{ first }*/*after
|
|
|
|
before/* " *//*{ third }*/after
|
|
|
|
// Special characters like `≠` should be tolerated.
|
|
|
|
The following should not be expanded:
|
|
|
|
/* */*{ first }*/
|
|
/*
|
|
*/*{ first }*/
|
|
//*{ first }*/
|
|
// /*{ first }*/
|
|
/*{ fourth }*/
|
|
"/*{ fourth }*/"
|
|
'/*{ fourth }*/'
|
|
`
|
|
/*{ fourth }*/`
|