use get_content_without_compacting more

This commit is contained in:
Folkert 2021-07-30 22:15:17 +02:00
parent 4be163fc98
commit 35404bd25f
14 changed files with 203 additions and 209 deletions

View file

@ -115,7 +115,7 @@ mod solve_expr {
let content = {
debug_assert!(exposed_to_host.len() == 1);
let (_symbol, variable) = exposed_to_host.into_iter().next().unwrap();
subs.get(variable).content
subs.get_content_without_compacting(variable)
};
let actual_str = content_to_string(content, subs, home, &interns);