-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: WT2.6.1
-
Component/s: None
-
None
Modified test_jsondump02.py to insert a value '\xff\xfe'. It is output as "\\u00FF
u00FE", and the test attempts to reload it. First, the upper case hex is not accepted on input. If the input is changed to lower case, the value is mangled, appears to be: '\xc3\xbfu00fe'. That is two (incorrect) binary characters, followed by the string 'u00fe', rather than expected '\xff\xfe'.
Clearly we need better tests (and associated fixes). Related to WT-2235.
- is related to
-
WT-2677 Fix JSON output so only printable ASCII is produced (seen on Solaris)
- Closed