expand phrase/{2,3} using dcg_body whenever possible

This commit is contained in:
Mark Thom
2022-01-20 23:32:08 -07:00
parent af76068297
commit 8df346f377
3 changed files with 58 additions and 100 deletions

View File

@@ -51,7 +51,7 @@ fn rules() {
fn setup_call_cleanup_load() {
load_module_test(
"src/tests/setup_call_cleanup.pl",
"1+21+31+2>_14219+_142201+_128131+2>41+2>_142201+2>31+2>31+2>4ba"
"1+21+31+2>_15388+_153891+_139341+2>41+2>_153891+2>31+2>31+2>4ba"
);
}
@@ -60,7 +60,7 @@ fn setup_call_cleanup_process() {
run_top_level_test_with_args(
&["src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"],
"",
"1+21+31+2>_15618+_156191+_142121+2>41+2>_156191+2>31+2>31+2>4ba"
"1+21+31+2>_16835+_168361+_153811+2>41+2>_168361+2>31+2>31+2>4ba"
);
}