From dd632da09d90a4fb63c7d33b0a0b1d098f675884 Mon Sep 17 00:00:00 2001 From: JiangYD Date: Tue, 11 Nov 2025 09:26:07 +0800 Subject: [PATCH] Fix HTML entity in README for logical operators --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a5cb6f..6517e56 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The following table provides a comprehensive overview of POSIX Shell and Bash fe | | `${!var}` indirect expansion | Not Supported | Fully Supported | Fully Supported | Variable indirection | | | `${var[@]}` / `${var[*]}` array expansion | Not Supported | Fully Supported | Not Supported | Array element expansion | | **Command Execution** | Pipelines | Fully Supported | Fully Supported | Fully Supported | Command chaining | -| | Logical AND / OR (`&&`, `||`) | Fully Supported | Fully Supported | Fully Supported | Conditional execution | +| | Logical AND / OR (`&&`, `\|\|`) | Fully Supported | Fully Supported | Fully Supported | Conditional execution | | | Grouping (`( )`, `{ }`) | Fully Supported | Fully Supported | Fully Supported | Command grouping | | | Subshell (`( )`) | Fully Supported | Fully Supported | Fully Supported | Isolated execution context | | | Coprocesses (`coproc`) | Not Supported | Fully Supported | Not Supported | Bidirectional pipes | @@ -335,4 +335,4 @@ assert_eq!(formatter.format(&node), "# This is a comment"); ## License -This project is licensed under the [GPL-3.0 License](LICENSE). Copyright © [Raphael Amorim](https://github.com/raphamorim/). \ No newline at end of file +This project is licensed under the [GPL-3.0 License](LICENSE). Copyright © [Raphael Amorim](https://github.com/raphamorim/).