We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b1ab0 commit 73242a3Copy full SHA for 73242a3
std/process.d
@@ -3290,6 +3290,9 @@ private:
3290
assert (res !is null);
3291
assert (res == "");
3292
3293
+ // Important to do the following round-trip after the previous test
3294
+ // because it tests toAA with an empty var
3295
+
3296
// Convert to associative array
3297
auto aa = environment.toAA();
3298
assert (aa.length > 0);
0 commit comments