In bifs, change ODesc objects to have RAW_STYLE.

This prevents double-escaping with the logging changes of BIT-1333.
This commit is contained in:
Robin Sommer 2015-04-16 20:40:47 -07:00
parent 7344052b50
commit 7225221c2a
6 changed files with 23 additions and 5 deletions

View file

@ -4,6 +4,8 @@ AB\xffCD\x00
abc\x00def
abc\x00def
foo \xc2\xae bar \xc2\xae baz
foo\x00bar\0baz
foo \x0e bar ^N baz

View file

@ -3,7 +3,7 @@
#empty_field (empty)
#unset_field -
#path test
#open 2015-04-15-23-47-40
#open 2015-04-17-03-37-33
#fields s
#types string
AB\x00CD\x00
@ -12,7 +12,9 @@ AB\\xffCD\x00
abc\\x00def
abc\x00def
foo \xc2\xae bar \\xc2\\xae baz
foo\x00bar\\0baz
foo \x0e bar ^N baz
#close 2015-04-15-23-47-40
#close 2015-04-17-03-37-33