convert to number under boolean context (#2545)

This commit is contained in:
Alex Lam S.L
2017-12-01 12:52:36 +08:00
committed by GitHub
parent 5a1e99d713
commit 09b320e8a5
8 changed files with 15 additions and 12 deletions

View File

@@ -45,9 +45,9 @@ condition_evaluate: {
if (void 0 == null);
}
expect: {
while (!1);
for (; !0;);
if (!0);
while (0);
for (; 1;);
if (1);
}
}