optimize test files

httptest.nas: when clicking mandel.nas link, this may cause memory overflow in new gc
This commit is contained in:
ValKmjolnir
2023-01-23 23:14:34 +08:00
parent d03273b4e1
commit aef7936292
9 changed files with 4243 additions and 4909 deletions
+4 -11
View File
@@ -1,19 +1,12 @@
var condition_true=1;
var condition_false=0;
if(condition_true)
{
if(condition_true) {
var a=1;
}
else if(!condition_false)
{
} else if(!condition_false) {
var b=1;
}
elsif(!condition_true and condition_false)
{
} elsif(!condition_true and condition_false) {
print("impossible");
}
else
{
} else {
var c=1;
var d=1;
}