ucg/integration_tests/include_test.ucg

5 lines
115 B
Plaintext
Raw Normal View History

let script = include str "./include_example.sh";
assert |
script == "#!/usr/bin/env bash
echo \"included\"";
|;