A. Pagaltzis wrote: > Is it possible to force this in tandem? Ie. when one of the keys > has to be quoted, the other is always quoted also? Because I’d > hate to see this: > > wanted: elbow > found: 'elbow ' > > For simple cases like this one it’s livable, but if the data gets > more complex, then comparing a raw string with a quoted one will > unnecessarily sprain people’s brains.
On that note, one should take care to line up the paired values. That is... wanted: elbow found: eblow There might be a flag in the YAML producers to say "line up all the values at the same level". This also helps with the above mentioned brain sprain. wanted: elbow found: 'elbow ' -- I have a date with some giant cartoon robots and booze.