1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 03:32:27 +01:00
bats/libexec
Andrey Mazo 03c6ab4c0f Fix backtrace sed script for non-GNU seds
Tested on GNU `sed --posix`.

From `info sed`:
`\+'
     As `*', but matches one or more.  It is a GNU extension.

`\CHAR'
     Matches CHAR, where CHAR is one of `$', `*', `.', `[', `\', or `^'.
     Note that the only C-like backslash sequences that you can
     portably assume to be interpreted are `\n' and `\\'; in particular
     `\t' is not portable, and matches a `t' under most implementations
     of `sed', rather than a tab character.
2014-06-29 00:32:01 +04:00
..
bats Default to TAP output when the CI environment variable is set 2014-06-01 20:29:54 -05:00
bats-exec-suite Prefer let x+=1 for incrementing counters 2013-10-28 21:01:51 -05:00
bats-exec-test Fix backtrace sed script for non-GNU seds 2014-06-29 00:32:01 +04:00
bats-format-tap-stream Prefer let x+=1 for incrementing counters 2013-10-28 21:01:51 -05:00
bats-preprocess Support single-line test definitions 2013-11-17 13:04:57 -06:00