display statement/statement_tmpl as in pod lang v1 (#269)
* display statement/statement_tmpl as in pod lang v1 * fix tests
This commit is contained in:
parent
77c96d5dbe
commit
6feff2ae69
8 changed files with 114 additions and 52 deletions
|
|
@ -543,6 +543,7 @@ impl CustomPredicateEntryTarget {
|
|||
conjunction: predicate.conjunction,
|
||||
statements,
|
||||
args_len: predicate.args_len,
|
||||
wildcard_names: predicate.wildcard_names.clone(),
|
||||
};
|
||||
self.predicate.set_targets(pw, params, &predicate)?;
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue