aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mangle
blob: d9b61b12c37c761fb55c2e88f02c07645dc95a99 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

. "${1:-./common}"
. ./test/common

ASSERT_streq ' deleted' "$(unmangle "$(mangle ' deleted')")"
ASSERT_streq '\040deleted' "$(mangle "$(unmangle '\040deleted')")"
ASSERT_streq 'foo\011\040\011bar' "$(mangle $'foo\t \tbar')"