rename test fixtures to syntax-fixtures

This commit is contained in:
Sebastian McKenzie
2014-10-11 22:33:08 +11:00
parent df8d8d6ebc
commit 0d5a6cb70e
232 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
var t = function(x) {
return x * x;
};