aboutsummaryrefslogtreecommitdiff
path: root/tests/12-star.sh
blob: f0a9de90a48e5e1da9d917ab1c0bb71cd92c4548 (plain)
1
2
3
# The star (*) prefix operator matches zero or more repetitions
# Example: bp '{"Ha" *"ha"}' will match "Ha", "Haha", "Hahaha", etc.
bp '{`( *`x `)}'