fix test fixture transformer folder names

This commit is contained in:
Sebastian McKenzie
2015-03-30 16:44:55 +11:00
parent 46462e3e69
commit 92bba76bd5
666 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function foo() {
}
foo();

View File

@@ -0,0 +1,3 @@
{
"optional": ["validation.undeclaredVariableCheck"]
}

View File

@@ -0,0 +1,3 @@
{
"throws": "Reference to undeclared variable"
}