bp/tests/09-ellipsis.sh

4 lines
171 B
Bash

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