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

allow valid file names for includes #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bugfood
Copy link

@bugfood bugfood commented Jan 22, 2025

This is similar in spirit to:

commit 7c99536056a2be4f5c0035c927cc340aadc76e30
Author: Zephaniah E. Loss-Cutler-Hull <[email protected]>
Date:   Wed 2017-11-08 21:00:36

    Allow uppercase letters in file names.

Per RFC 1035, we should be able to use any character in includes, except for:

  • whitespace, which delimits items in an entry
  • semicolon, which starts a comment

https://datatracker.ietf.org/doc/html/rfc1035#section-5.1

This is similar in spirit to:

    commit 7c99536
    Author: Zephaniah E. Loss-Cutler-Hull <[email protected]>
    Date:   Wed 2017-11-08 21:00:36

        Allow uppercase letters in file names.

Per RFC 1035, we should be able to use any character in includes, except
for:
* whitespace, which delimits items in an entry
* semicolon, which starts a comment

https://datatracker.ietf.org/doc/html/rfc1035#section-5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant