rename generation test names to be more descriptive

This commit is contained in:
Sebastian McKenzie
2014-11-01 19:34:16 +11:00
parent 43ea593677
commit da1512eeb0
96 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
var test = {
/**
* Test 2
*/
a:"1",
/*
* Test 1
*/
b:"2",
// Test 3
c:"3"
};

View File

@@ -0,0 +1,12 @@
var test = {
/**
* Test 2
*/
a: "1",
/*
* Test 1
*/
b: "2",
// Test 3
c: "3"
};