summaryrefslogtreecommitdiff
path: root/tools/generation/test/fixtures/normal/normal.template
blob: ac0bea1e159ce65e91b93b86d2921aed63effb4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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: normal/path1-
es6id: 1.2.3
info: template info
flags: [c, d]
---*/

before-/*{ first }*/-between-/*{ third }*/-after

before*/*{ second }*/*between*/*{ first }*/*after

before/* " *//*{ third }*/after

The following should not be expanded:

/* */*{ first }*/
/*
*/*{ first }*/
//*{ first }*/
// /*{ first }*/
"/*{ first }*/"
'/*{ first }*/'
`
/*{ first }*/`