aboutsummaryrefslogtreecommitdiff
path: root/tests/18-lookbehind-variable-length.sh
blob: 851c549a4c76982c6e6d82166c577b8df4b1fcfb (plain)
1
2
3
# Lookbehinds can have variable length.
# Example: bp -p '<(^ +`# _) "foo"' matches lines starting with "# foo", "## foo", "### foo", etc.
bp -p '<(`U +`h "...") "ok"'