Files
uwrap/testsuite/tests/core/module/expected.out
Quentin Ochem bb9a2e4d63 Refactored and documented Handle_Match
Refactor highligted an error in the module test baseline, now fixed.
Also improved Analyze_Replace_String error diagnostics.
2020-06-16 13:30:39 -04:00

9 lines
211 B
Plaintext

base_template = base_template (A)
x.t_in_x = x.t_in_x (A)
a.c.z.t_in_z = a.c.z.t_in_z (A)
a.b.y.t_in_y = a.b.y.t_in_y (B)
a.x.t_in_x = a.x.t_in_x (B)
a.x.t_in_x = a.x.t_in_x (B)
a.c.z.t_in_z = a.c.z.t_in_z (B)