Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Feb 2, 2022
1 parent a7d3e1b commit e978698
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/dap/foo_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,32 +469,32 @@ def test_1643807667
body: {
targets: [
{
label: "autoload",
text: "autoload"
label: /.*/,
text: /.*/
},
{
label: "autoload?",
text: "autoload?"
label: /.*/,
text: /.*/
},
{
label: "abort",
text: "abort"
label: /.*/,
text: /.*/
},
{
label: "at_exit",
text: "at_exit"
label: /.*/,
text: /.*/
},
{
label: "a (variable:2)",
text: "a"
label: /.*/,
text: /.*/
},
{
label: "alias",
text: "alias"
label: /.*/,
text: /.*/
},
{
label: "and",
text: "and"
label: /.*/,
text: /.*/
}
]
}
Expand Down

0 comments on commit e978698

Please sign in to comment.