aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/bin/Debug/testTemplate.js
blob: 7026d6f4e25711bdbc12da7e2c6814d364353151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{0}
// Converted for Test262 from original Sputnik source

ES5Harness.registerTest( {{
id: "{1}",

path: "TestCases/{2}",

assertion: "{3}",

description: "{4}",

test: function testcase() {{
  {5} {6}
 }}
}});