bp/tests/9-ellipsis.sh
2021-08-28 14:26:32 -07:00

4 lines
173 B
Bash

# The ellipsis matches text upto the following pattern, not counting newlines
# Example: bp -p '"/*" .. "*/"' matches "/* blah blah */" or "/**/"
bp -p '"hello" .. "world"'