You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I'm currently learning yq and found one thing that I still couldn't understand. Why yq --null-input '(.a.b = "foo") | (.d.e = "bar") | . == .' returns false? Shouldn't it be true, as it compares with itself?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all. I'm currently learning
yq
and found one thing that I still couldn't understand. Whyyq --null-input '(.a.b = "foo") | (.d.e = "bar") | . == .'
returnsfalse
? Shouldn't it betrue
, as it compares with itself?Beta Was this translation helpful? Give feedback.
All reactions