restructure testing infrastructure to be more modular

This commit is contained in:
Sebastian McKenzie
2015-03-28 01:21:48 +11:00
parent a3620a58f8
commit b83907cc67
1258 changed files with 48 additions and 419 deletions

View File

@@ -0,0 +1,6 @@
!function(){}//
,42;
!{get 42(){}//
,foo:42};
(function(){}//
)

View File

@@ -0,0 +1,6 @@
!function () {} //
, 42;
!{ get 42() {} //
, foo: 42 };
(function () {} //
);