From c92cda9becf0a69a4cd3578300fa4aace2a94d29 Mon Sep 17 00:00:00 2001 From: ys64 <815824+ys64@users.noreply.github.com> Date: Wed, 23 Mar 2022 06:17:00 -0700 Subject: [PATCH] Is this a typo? I copied the code, and gave me the following error: Missing end to balance this function definition --- doc_src/cmds/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/test.rst b/doc_src/cmds/test.rst index b3d865690..292948392 100644 --- a/doc_src/cmds/test.rst +++ b/doc_src/cmds/test.rst @@ -179,7 +179,7 @@ Parentheses and the ``-o`` and ``-a`` operators can be combined to produce more if test \( -f /foo -o -f /bar \) -a \( -f /baz -o -f /bat \) echo Success. - end. + end Numerical comparisons will simply fail if one of the operands is not a number: