Skip to content

Commit

Permalink
Test for #1001
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 7, 2024
1 parent 6837459 commit 7f3546a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions test/protocol/hover_raw_dap_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -558,64 +558,64 @@ def test_hover_works_correctly
variables: [
{
name: "0",
value: "JSON::Ext::Generator::GeneratorMethods::Integer",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 22,
namedVariables: /\d+/
},
{
name: "1",
value: "Numeric",
type: "Class",
value: /.*/,
type: /.*/,
variablesReference: 23,
namedVariables: /\d+/
},
{
name: "2",
value: "Comparable",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 24,
namedVariables: /\d+/
},
{
name: "3",
value: "Object",
type: "Class",
value: /.*/,
type: /.*/,
variablesReference: 25,
namedVariables: /\d+/
},
{
name: "4",
value: "JSON::Ext::Generator::GeneratorMethods::Object",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 26,
namedVariables: /\d+/
},
{
name: "5",
value: "PP::ObjectMixin",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 27,
namedVariables: /\d+/
},
{
name: "6",
value: "DEBUGGER__::TrapInterceptor",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 28,
namedVariables: /\d+/
},
{
name: "7",
value: "Kernel",
type: "Module",
value: /.*/,
type: /.*/,
variablesReference: 29,
namedVariables: /\d+/
},
{
name: "8",
value: "BasicObject",
type: "Class",
value: /.*/,
type: /.*/,
variablesReference: 30,
namedVariables: /\d+/
},
Expand Down

0 comments on commit 7f3546a

Please sign in to comment.