Blame tests/test_double_serializer.expected

Packit Service def718
Test default serializer:
Packit Service def718
obj.to_string(standard)=0.5
Packit Service def718
Test default serializer with custom userdata:
Packit Service def718
obj.to_string(userdata)=0.5
Packit Service def718
Test explicit serializer with custom userdata:
Packit Service def718
obj.to_string(custom)=test
Packit Service def718
Test reset serializer:
Packit Service def718
obj.to_string(reset)=0.5
Packit Service def718
obj.to_string(default format)=0.52381
Packit Service def718
obj.to_string(with global format)=x0.524y
Packit Service def718
obj.to_string(with thread format)=T0.52X
Packit Service def718
obj.to_string(long thread format)=Ttttttttttttt0.52xxxxxxxxxxxxxxxxxxX
Packit Service def718
obj.to_string(back to global format)=x0.524y
Packit Service def718
obj.to_string(back to default format)=0.52381
Packit Service def718
obj(12.0).to_string(default format)=12.0
Packit Service def718
obj(12.0).to_string(%.0f)=12
Packit Service def718
obj(12.0).to_string(%.0g)=1e+01
Packit Service def718
obj(12.0).to_string(%.1g)=12.0