mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Change suffix of test files to comply with test-runner.sh defaults
This commit is contained in:
13
test/lib/helpers/trim.test.sh
Executable file
13
test/lib/helpers/trim.test.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /usr/bin/env bash
|
||||
source "../../test-helper.sh"
|
||||
source "../../../src/lib/helpers/trim.sh"
|
||||
|
||||
#
|
||||
# trim() tests
|
||||
#
|
||||
|
||||
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