fix corner cases in evaluate & side_effects (#5726)

This commit is contained in:
Alex Lam S.L
2022-11-01 01:38:33 +00:00
committed by GitHub
parent f40dbd6e33
commit 8d28052182
4 changed files with 126 additions and 12 deletions

View File

@@ -147,7 +147,7 @@ relational: {
"bar" >= "bar";
}
expect: {
0 instanceof bar();
[] instanceof bar();
bar();
bar(), bar();
bar();