Browse Source

Fix test_double_serializer expected output.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 8 years ago
parent
commit
23e064ad29
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tests/test_double_serializer.expected

+ 3
- 0
tests/test_double_serializer.expected View File

@@ -9,3 +9,6 @@ obj.to_string(reset)=0.5
obj.to_string(default format)=0.52381
obj.to_string(with global format)=x0.524y
obj.to_string(with thread format)=T0.52X
obj.to_string(long thread format)=Ttttttttttttt0.52xxxxxxxxxxxxxxxxxxX
obj.to_string(back to global format)=x0.524y
obj.to_string(back to default format)=0.52381

Loading…
Cancel
Save