You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: reduce and improve tests in compiler_tests.rs (section 3) (#1448)
- Remove test_network_allow_trailing_wildcard_fails: duplicate of
test_network_allow_mid_wildcard_fails — both test the same
!host.starts_with("*.") branch in validate_dns_domain with inputs
that produce the same error path and message.
- Rewrite test_parameters_no_unreplaced_markers → renamed to
test_parameters_coexist_with_cache_memory_clear_memory: the original
only asserted no unreplaced markers (a meta-property of compilation).
The rewrite adds meaningful assertions that the user-defined param
(myParam) and the auto-injected clearMemory param both appear exactly
once in the output, making it a real regression guard for the
parameters + cache-memory combination.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments