summaryrefslogtreecommitdiff
path: root/js/src/tests/e4x/template.js
blob: 7a565a4b9e660789471b6e8e85799368155c80e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- Mode: java; tab-width:8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 * Contributor: 
 */


var summary = 'section - description';
var BUGNUMBER = 99999;
var actual = '';
var expect = '';

printBugNumber(BUGNUMBER);
START(summary);

// test here

END();