1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/tests/ecma_2/template.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* 1.6 + * Any copyright is dedicated to the Public Domain. 1.7 + * http://creativecommons.org/licenses/publicdomain/ 1.8 + * Contributor: 1.9 + */ 1.10 + 1.11 + 1.12 +/** 1.13 + * File Name: template.js 1.14 + * Reference: ** replace with bugzilla URL or document reference ** 1.15 + * Description: ** replace with description of test ** 1.16 + * Author: ** replace with your e-mail address ** 1.17 + */ 1.18 + 1.19 +var SECTION = ""; // if ECMA test, provide section number 1.20 +var VERSION = "ECMA_2"; // Version of JavaScript or ECMA 1.21 +var TITLE = ""; // Provide ECMA section title or description 1.22 +var BUGNUMBER = ""; // Provide URL to bugsplat or bugzilla report 1.23 + 1.24 +startTest(); // leave this alone 1.25 + 1.26 + 1.27 +/* Calls to AddTestCase here */ 1.28 + 1.29 +test(); // leave this alone