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
In this method if chomp != CHOMP_KEEP is true, then s.trim(" \n\r\t") is executed.
Obviously this statement shall filter empty lines, but if I read the YAML 1.2 standard correctly, then an empty line in block scalars cannot contain any \t-character.
That seems to be the reason, why rapidyaml fails this test case.