summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/A01grammar.ztst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 2649c29c8..d3a591761 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -729,6 +729,7 @@
3:Exit and always block with functions: simple
>BEGIN
>END
+F:Note that the behaviour of 'exit' inside try-list inside a function is unspecified.
(
mytrue() { echo mytrue; return 0 }
@@ -741,6 +742,7 @@
>BEGIN
>mytrue
>END
+F:Note that the behaviour of 'exit' inside try-list inside a function is unspecified.
(emulate sh -c '
fn() {