diff options
Diffstat (limited to 'tests/18-lookbehind-variable-length.sh')
| -rw-r--r-- | tests/18-lookbehind-variable-length.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/18-lookbehind-variable-length.sh b/tests/18-lookbehind-variable-length.sh index 851c549..d41a708 100644 --- a/tests/18-lookbehind-variable-length.sh +++ b/tests/18-lookbehind-variable-length.sh @@ -1,3 +1,3 @@ # Lookbehinds can have variable length. -# Example: bp -p '<(^ +`# _) "foo"' matches lines starting with "# foo", "## foo", "### foo", etc. -bp -p '<(`U +`h "...") "ok"' +# Example: bp '{<(^ +`# _) "foo"}' matches lines starting with "# foo", "## foo", "### foo", etc. +bp '{<(`U +`h "...") "ok"}' |
