### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
string empty-string typeof=string s.length=0 json={"s":""} buf=
string binary-stuff typeof=string s.length=9 json={"s":"\u0000\u0001\u0002\u0003\u0000\u0000ýþÿ"} buf=0,1,2,3,0,0,253,254,255
string abc typeof=string s.length=3 json={"s":"abc"} buf=97,98,99
string null-bytes-1 typeof=string s.length=3 json={"s":"a\u0000b"} buf=97,0,98
string null-bytes-2 typeof=string s.length=5 json={"s":"\u0000a\u0000b\u0000"} buf=0,97,0,98,0
string null-bytes-3 typeof=string s.length=4 json={"s":"\u0000\u0000\u0000\u0000"} buf=0,0,0,0
string german typeof=string s.length=3 json={"s":"gän"} buf=103,228,110
string german typeof=string s.length=16 json={"s":"gÃ¤nÃefÃ¼Ãchen"} buf=103,195,164,110,195,159,101,102,195,188,195,159,99,104,101,110
