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

Adds y and n to YAML Boolean Values #248

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

Conversation

dennisconrad
Copy link

Fixes #247

According to https://yaml.org/type/bool.html, y, Y, n, and N are Boolean scalars.

@FichteFoll
Copy link

Note that this is YAML 1.1, but pyyaml doesn't support 1.2 anyway.

@uberspot
Copy link

Gentle bump for an update on this PR?

@dennisconrad
Copy link
Author

Can we trigger the tests to run again? When I opened this PR, all tests were failing (not due to my PR).

@uberspot
Copy link

You can maybe rebase on top of latest master and re-push? That will just trigger them again.

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.

y|Y|n|N not Recognised as Booleans
3 participants