mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
compiler/parse_vars.m:
Add color to the diagnostics generated by this module.
tests/invalid_nodepend/test_some.err_exp:
Expect updated diagnostics.
559 B
559 B
test_some.m:010: In `:- pred' declaration:
test_some.m:010: in first argument of `some':
test_some.m:010: expected a list of variables, got `junk'.
test_some.m:017: In first argument of `some': expected a list of variables
test_some.m:017: and/or state variables, got `junk'.
test_some.m:019: In first argument of `some': expected a list of variables
test_some.m:019: and/or state variables, got `junk'.
test_some.m:010: in first argument of `some':
test_some.m:010: expected a list of variables, got `junk'.
test_some.m:017: In first argument of `some': expected a list of variables
test_some.m:017: and/or state variables, got `junk'.
test_some.m:019: In first argument of `some': expected a list of variables
test_some.m:019: and/or state variables, got `junk'.