Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wptserve] Make .headers work with generated tests #26014

Merged
merged 2 commits into from
Oct 7, 2020

Commits on Oct 6, 2020

  1. [wptserve] Make .headers work with generated tests

    Honour *.headers (including *.sub.headers and __dir__{.sub}.headers)
    when serving tests automatically generated from *.js files. The
    documentation doesn't mention this exception and reasonable people would
    assume *.headers work the same way as with static files. Add a
    functional test, too.
    
    Fixes https://crbug.com/1135559.
    
    Drive-by: some stylistic changes and docstrings.
    Hexcles committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    17dcab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix docstrings

    Co-authored-by: Stephen McGruer <[email protected]>
    Hexcles and stephenmcgruer authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    d344c27 View commit details
    Browse the repository at this point in the history