bp/tests/18-lookbehind-variable-length.sh
2021-08-28 14:26:32 -07:00

4 lines
168 B
Bash

# Lookbehinds can have variable length.
# Example: bp -p '<(^ +`# _) "foo"' matches lines starting with "# foo", "## foo", "### foo", etc.
bp -p '<(`U +`h "...") "ok"'