mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
7 lines
93 B
Bash
7 lines
93 B
Bash
@test "dash-e on beginning of line" {
|
|
run cat - <<INPUT
|
|
-e
|
|
INPUT
|
|
test "$output" = "-e"
|
|
}
|