Blame tests/rule_last_str_short.sh

Packit 1422b7
. $srcdir/exec.sh
Packit 1422b7
Packit 1422b7
test_def $0 "string being last in a rule (see also: rule_last_str_long.sh)"
Packit 1422b7
Packit 1422b7
add_rule 'version=2'
Packit 1422b7
add_rule 'rule=:%string:string%'
Packit 1422b7
Packit 1422b7
execute 'string'
Packit 1422b7
Packit 1422b7
assert_output_json_eq '{"string": "string" }'
Packit 1422b7
Packit 1422b7
Packit 1422b7
cleanup_tmp_files