Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Conversation

giga811
Copy link

@giga811 giga811 commented Mar 6, 2018

yes, no are converted into true, false in yaml (until 1.1).
(There was no documentation about this in 1.2)

Therefore these characters are converted into string "true", "false".

irb(main):022:0> "ኖᏃᓄᖺᘃのノ㋨ꆌ노".to_ascii
=> "falsefalsefalsefalsefalsefalsefalsefalsefalsefalse"
irb(main):027:0> '온'.to_ascii
=> "true"

I wrapped all the yes, no occurrences with brackets.

also created pr: rsl#200

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant