mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
fix preprocessing tests that have lines beginning with -e
This commit is contained in:
6
test/fixtures/bats/intact.bats
vendored
Normal file
6
test/fixtures/bats/intact.bats
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
@test "dash-e on beginning of line" {
|
||||
run cat - <<INPUT
|
||||
-e
|
||||
INPUT
|
||||
test "$output" = "-e"
|
||||
}
|
||||
Reference in New Issue
Block a user