aboutsummaryrefslogtreecommitdiff
path: root/tests/04-sequence.sh
blob: 3d8df711486810c56483f7971aebd9cb2c411d1c (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 '{"foo" `0-9}' matches "foo1", "foo2", etc.
bp '{"one" "two"}'