bp/tests/09-ellipsis.sh

4 lines
171 B
Bash
Raw Normal View History

2021-08-28 14:26:32 -07:00
# The ellipsis matches text upto the following pattern, not counting newlines
# Example: bp '{"/*" .. "*/"}' matches "/* blah blah */" or "/**/"
bp '{"hello" .. "world"}'