bash-it/test/themes
Dan Wendorf c5f2c408e7 SCM_CURRENT_USER supports accented characters
`tr 'A-Z' 'a-z'` will only convert non-accented characters. Switching to
`[:upper:]` and `[:lower:]` adds support for accents.
See https://github.com/koalaman/shellcheck/wiki/SC2018

Additionally, printf's character splitting does not support accented
characters, so output isn't as expected. Using bash's variable expansion
syntax instead will correctly get the full accented character.
2017-12-18 09:05:33 -08:00
..
base.theme.bats Moved to bats-assert for assert functions 2017-10-14 18:00:43 +02:00
base.theme.git.bats SCM_CURRENT_USER supports accented characters 2017-12-18 09:05:33 -08:00