diff --git a/test/dap/hover_test.rb b/test/dap/hover_test.rb index b08dfec12..309a0b336 100644 --- a/test/dap/hover_test.rb +++ b/test/dap/hover_test.rb @@ -1344,7 +1344,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 12, indexedVariables: 7, @@ -1466,7 +1466,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 17, indexedVariables: 7, @@ -1527,7 +1527,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 20, indexedVariables: 7, @@ -1588,7 +1588,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 23, indexedVariables: 7, @@ -1710,7 +1710,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 28, indexedVariables: 7, @@ -1771,7 +1771,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 31, indexedVariables: 7,