1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-26 17:58:09 +01:00

Supporting DOS line endings in BATS tests

This commit is contained in:
Adam Jacob
2013-05-22 21:20:39 -04:00
parent 6116ef6b23
commit 9c8425d005
3 changed files with 9 additions and 1 deletions

View File

@@ -103,3 +103,8 @@ fixtures bats
[ $status -eq 0 ]
[ "${lines[1]}" = "ok 1 dash-e on beginning of line" ]
}
@test "dos line endings are stripped before testing" {
run bats "$FIXTURE_ROOT/dos_line.bats"
[ $status -eq 0 ]
}

3
test/fixtures/bats/dos_line.bats vendored Normal file
View File

@@ -0,0 +1,3 @@
@test "foo" {
echo "foo"