SIGN IN SIGN UP

test: allow underscores in hash for server routes preload links

Updates the regular expressions in server-routes-preload-links.ts to allow underscores in the generated file hashes (changing [a-zA-Z0-9]{8} to [a-zA-Z0-9_]{8}).

This ensures that the test correctly identifies modulepreload links when the hash contains an underscore, preventing failures due to overly strict matching.
A
Alan Agius committed
08416374b849bdc6e82d0cc1df00214e3cc6850b
Parent: b5ba365
Committed by Alan Agius <alan.agius4@gmail.com> on 4/30/2026, 8:03:10 AM