clean up and fix tests
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
!function () {
|
||||
} //
|
||||
!function () {} //
|
||||
, 42;
|
||||
!{
|
||||
get 42() {
|
||||
} //
|
||||
,
|
||||
foo: 42
|
||||
};
|
||||
(function () {
|
||||
} //
|
||||
!{ get 42() {} //
|
||||
, foo: 42 };
|
||||
(function () {} //
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user