summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2021-08-08 08:12:19 -0300
committerGitHub <noreply@github.com>2021-08-08 08:12:19 -0300
commit85ca69a26397af1e8c9a4abfae636a00f84808f5 (patch)
treebe1f5f9b568fbdf5fcbcc1de2d4a46b7a782c1ee /tests
parent027ad539c2b5d7a5e29d043f31893f7352756321 (diff)
Add cheats for navi itself (#599)
Fixes #380
Diffstat (limited to 'tests')
-rw-r--r--tests/core.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core.bash b/tests/core.bash
index d9fd80b..ae23424 100644
--- a/tests/core.bash
+++ b/tests/core.bash
@@ -47,7 +47,7 @@ test::_escape() {
test::equals() {
local -r actual="$(cat)"
local -r expected="$(echo "${1:-}")"
-
+
local -r actual2="$(echo "$actual" | test::_escape)"
local -r expected2="$(echo "$expected" | test::_escape)"