mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
03c6ab4c0f
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. |
||
---|---|---|
.. | ||
bats | ||
bats-exec-suite | ||
bats-exec-test | ||
bats-format-tap-stream | ||
bats-preprocess |