More tests
This commit is contained in:
parent
ed5a057e4e
commit
5be9d9d8aa
@ -1 +1,2 @@
|
||||
a && (a.b && a.b.c()) && function() {}() && {a: 1}.a;
|
||||
a && (a.b && a.b.c()) && function() {}() && {a: 1}.a
|
||||
!function () {}();
|
||||
|
||||
@ -1 +1,2 @@
|
||||
a && a.b && a.b.c() && function () {}() && { a: 1 }.a;
|
||||
!function () {}();
|
||||
|
||||
@ -11,3 +11,5 @@ switch (a, b, c) {}
|
||||
for (a in b, c);
|
||||
|
||||
while (a, b, c);
|
||||
|
||||
!(function () {})(), a();
|
||||
|
||||
@ -11,3 +11,5 @@ switch (a, b, c) {}
|
||||
for (a in b, c);
|
||||
|
||||
while (a, b, c);
|
||||
|
||||
!function () {}(), a();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user