File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
config/robotframework_aio Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -227,21 +227,21 @@ This feature is an option. If the user does not define the parameter ``keyPatter
227227 ],
228228 "0.14.3.;0.15.0." : [
229229"
230- **Byte datatype **
230+ **Byte sequences **
231231
232- **JsonPreprocessor** allows the byte data type as a value .
232+ **JsonPreprocessor** supports the explicit embedding of binary values (in Hexadecimal Escape Notation) .
233233
234234*Example*
235235
236- | ``\"A \" : b'\\x58\\x44\\x47\\x5F\\x52', ``
236+ | ``\"bytesequence \" : b'\\x52\\x6f\\x62\\x6f\\x74\\x46\\x72\\x61\\x6d\\x65\\x77\\x6f\\x72\\x6b\\x20\\x41\\x49\\x4f' ``
237237
238238*Result*
239239
240- | ``DotDict({'A ': b'XDG_R '})``
240+ | ``DotDict({'bytesequence ': b'RobotFramework AIO '})``
241241
242242**Maintenance**
243243
244- * Improved and aligned error messages
244+ Improved and aligned error messages
245245"
246246 ]
247247 }
You can’t perform that action at this time.
0 commit comments