pyyaml icon indicating copy to clipboard operation
pyyaml copied to clipboard

Adds y and n to YAML Boolean Values

Open dennisconrad opened this issue 5 years ago • 4 comments

Fixes #247

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

dennisconrad avatar Feb 01 '19 15:02 dennisconrad

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

FichteFoll avatar Feb 28 '19 17:02 FichteFoll

Gentle bump for an update on this PR?

uberspot avatar Sep 13 '19 17:09 uberspot

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

dennisconrad avatar Sep 16 '19 07:09 dennisconrad

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

uberspot avatar Sep 16 '19 09:09 uberspot