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