mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Slight test improvements
This commit is contained in:
@@ -3,4 +3,7 @@ source "../test-helper.sh"
|
||||
source "../../src/lib/trim.sh"
|
||||
|
||||
assert 'trim " foo bar "' "foo bar"
|
||||
assert 'trim "foo bar "' "foo bar"
|
||||
assert 'trim " foo bar"' "foo bar"
|
||||
assert 'trim "foo bar"' "foo bar"
|
||||
assert_end "trim()"
|
||||
|
||||
Reference in New Issue
Block a user