mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 12:23:44 +00:00
Estimated hours taken: 0.5
Branches: main
tests/hard_coded/sub-modules/include_parent.m:
tests/hard_coded/sub-modules/separate2.m:
tests/hard_coded/sub-modules/use_submodule.m:
tests/hard_coded/sub-modules/use_submodule.exp:
Update the test so that it also tests a separate sub-module whose
filename isn't fully qualified.
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
include_parent: hello
|
|
include_parent__nested: hello
|
|
include_parent__nested: hello
|
|
include_parent__separate: hello
|
|
include_parent__separate: hello
|
|
include_parent__separate: hello2
|
|
include_parent__separate: hello2
|
|
include_parent__separate: hello2
|
|
include_parent__separate__nested: hello
|
|
include_parent__separate2: hello
|
|
include_parent__separate2__nested: hello
|