aboutsummaryrefslogtreecommitdiff
path: root/tests/04-sequence.sh
blob: dc61eeb56244579a639f0a237f45b868a1bad4ea (plain)
1
2
3
4
5
# Multiple patterns in a row represent a sequence.
# bp pattern syntax mostly doesn't care about whitespace, so you can have
# spaces between patterns if you want, but it's not required.
# Example: bp -p '"foo" `0-9' matches "foo1", "foo2", etc.
bp -p '"one" "two"'