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

Move test helpers from docs_test.go to helpers_test.go #1846

Closed
wants to merge 3 commits into from

Commits on Aug 21, 2022

  1. Update manual.md

    Correct the documentation for precedence
    dearchap committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    54060e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    b158c10 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. tests: move test helpers out of docs_test.go

    Move test helpers (which are also used in fish_test.go) out of
    docs_test.go and into the existing helpers_test.go.
    
    This will allow to use build tags to exclude features exposed by
    docs.go.
    dolmen committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a96b44c View commit details
    Browse the repository at this point in the history