test262/tools/SputnikConverter/testPrereqTemplate.js
David Fugate b78c959d2a New Sputnik 'negative' metadata that included exception type was causing problems for SputnikConverter.
Took the easy fix and split the metadata into two: 'negative' and 'errortype'.
2011-06-29 11:11:12 -07:00

22 lines
285 B
JavaScript

{0}
// Converted for Test262 from original Sputnik source
ES5Harness.registerTest( {{
id: "{1}",
path: "TestCases/{2}",
assertion: "{3}",
description: "{4}",
test: function testcase() {{
{5} {6}
}},
precondition: function precond() {{
{7}
}}
}});