--- parser3/tests/264.html 2017/12/07 22:32:26 1.3
+++ parser3/tests/264.html 2024/11/06 21:58:07 1.5
@@ -20,3 +20,17 @@ code coverage tests:
3. ^try-catch{ ^file::exec[text] }
4. ^try-catch{ ^file::exec[cat^os[-windows].sh; $.stdin[ $.hash[] ] ] }
5. ^try-catch{ ^file::exec[cat^os[-windows].sh; ;arg1;^table::create[nameless]{arg2}; $.arg_hash[] ] }
+
+6. $f[^file::exec[cat^os[-windows].sh; ;args;^table::create[nameless]{arg 2};;^table::create[nameless]{arg 4^#0Aarg 5};arg 6]]
+ $f.text
+
+7. $f[^file::exec[cat^os[-windows].sh; ;^array::create[args;arg 2;;arg4]](5)[arg6]]
+ $f.text
+
+8. $f[^file::exec[cat^os[-windows].sh; ;args;]]
+ $f.text
+
+9. $f[^file::exec[cat^os[-windows].sh; ;args;arg 2;;]]
+ $f.text
+
+10. ^try-catch{ $f[^file::exec[cat^os[-windows].sh; ;^array::create[args; $.bug[yes] ]]] }