aboutsummaryrefslogtreecommitdiff
path: root/tests/09-ellipsis.sh
blob: 0763fd1f4c36e8a7637ca5f89aea899ef54499e6 (plain)
1
2
3
# The ellipsis matches text upto the following pattern, not counting newlines
# Example: bp -p '"/*" .. "*/"' matches "/* blah blah */" or "/**/"
bp -p '"hello" .. "world"'