mo/tests/internal-whitespace

10 lines
182 B
Plaintext
Raw Normal View History

2023-04-09 00:06:04 +00:00
#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
boolean=true
template=$' | {{#boolean}} {{! Important Whitespace }}\n {{/boolean}} | \n'
expected=$' | \n | \n'
runTest