We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c8927 commit 4d914d8Copy full SHA for 4d914d8
test/protocol/binary_data_dap_test.rb
@@ -25,7 +25,7 @@ def test_binary_data_gets_encoded
25
assert_locals_result(
26
[
27
{ name: '%self', value: 'main', type: 'Object' },
28
- { name: 'with_binary_data', value: /\[Invalid encoding\] /, type: 'PassthroughInspect' }
+ { name: 'with_binary_data', value: [8, 200, 1].pack('CCC').encode(Encoding::UTF_8, invalid: :replace, undef: :replace), type: 'PassthroughInspect' }
29
]
30
)
31
req_terminate_debuggee
0 commit comments