@@ -619,14 +619,6 @@ def test_hover_works_correctly
619
619
variablesReference : 30 ,
620
620
namedVariables : /\d +/
621
621
} ,
622
- {
623
- # This is an extra entry caused by an out-of-bounds index access in server_dap.rb
624
- name : "9" ,
625
- value : nil ,
626
- type : NilClass ,
627
- variablesReference : 31 ,
628
- namedVariables : /\d +/
629
- }
630
622
]
631
623
}
632
624
} ,
@@ -649,7 +641,7 @@ def test_hover_works_correctly
649
641
message : "Success" ,
650
642
body : {
651
643
type : "Integer" ,
652
- variablesReference : 32 ,
644
+ variablesReference : 31 ,
653
645
namedVariables : /\d +/ ,
654
646
result : "3"
655
647
}
@@ -658,7 +650,7 @@ def test_hover_works_correctly
658
650
seq : 23 ,
659
651
command : "variables" ,
660
652
arguments : {
661
- variablesReference : 32
653
+ variablesReference : 31
662
654
} ,
663
655
type : "request"
664
656
} ,
@@ -675,7 +667,7 @@ def test_hover_works_correctly
675
667
name : "#class" ,
676
668
value : "Integer" ,
677
669
type : "Class" ,
678
- variablesReference : 33 ,
670
+ variablesReference : 32 ,
679
671
namedVariables : /\d +/
680
672
}
681
673
]
@@ -700,7 +692,7 @@ def test_hover_works_correctly
700
692
message : "Success" ,
701
693
body : {
702
694
type : "Integer" ,
703
- variablesReference : 34 ,
695
+ variablesReference : 33 ,
704
696
namedVariables : /\d +/ ,
705
697
result : "2"
706
698
}
@@ -709,7 +701,7 @@ def test_hover_works_correctly
709
701
seq : 25 ,
710
702
command : "variables" ,
711
703
arguments : {
712
- variablesReference : 34
704
+ variablesReference : 33
713
705
} ,
714
706
type : "request"
715
707
} ,
@@ -726,7 +718,7 @@ def test_hover_works_correctly
726
718
name : "#class" ,
727
719
value : "Integer" ,
728
720
type : "Class" ,
729
- variablesReference : 35 ,
721
+ variablesReference : 34 ,
730
722
namedVariables : /\d +/
731
723
}
732
724
]
@@ -751,7 +743,7 @@ def test_hover_works_correctly
751
743
message : "Success" ,
752
744
body : {
753
745
type : "Integer" ,
754
- variablesReference : 36 ,
746
+ variablesReference : 35 ,
755
747
namedVariables : /\d +/ ,
756
748
result : "1"
757
749
}
@@ -760,7 +752,7 @@ def test_hover_works_correctly
760
752
seq : 27 ,
761
753
command : "variables" ,
762
754
arguments : {
763
- variablesReference : 36
755
+ variablesReference : 35
764
756
} ,
765
757
type : "request"
766
758
} ,
@@ -777,7 +769,7 @@ def test_hover_works_correctly
777
769
name : "#class" ,
778
770
value : "Integer" ,
779
771
type : "Class" ,
780
- variablesReference : 37 ,
772
+ variablesReference : 36 ,
781
773
namedVariables : /\d +/
782
774
}
783
775
]
0 commit comments