mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 04:52:45 +08:00
test.rst: fix runaway space
This commit is contained in:
parent
97db9d5c38
commit
7aa0f4a2cf
|
@ -21,7 +21,7 @@ Description
|
|||
|
||||
Tests the expression given and sets the exit status to 0 if true, and 1 if false. An expression is made up of one or more operators and their arguments.
|
||||
|
||||
The first form (``test``) is preferred. For compatibility with other shells, the second form is available: a matching pair of square brackets (``[ [EXPRESSION ] ]``).
|
||||
The first form (``test``) is preferred. For compatibility with other shells, the second form is available: a matching pair of square brackets (``[ [EXPRESSION] ]``).
|
||||
|
||||
This test is mostly POSIX-compatible.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user