mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Sort variables.
This commit is contained in:
parent
0e3abe4927
commit
771830b2fb
1 changed files with 5 additions and 5 deletions
|
|
@ -395,17 +395,17 @@ class VariablesTests(NormalRequestTest, unittest.TestCase):
|
|||
self.assert_vsc_received(received, [
|
||||
self.expected_response(
|
||||
variables=[
|
||||
{
|
||||
'name': 'spam',
|
||||
'type': 'str',
|
||||
'value': "'eggs'",
|
||||
},
|
||||
{
|
||||
'name': 'ham',
|
||||
'type': 'list',
|
||||
'value': '[1, 2, 3]',
|
||||
'variablesReference': 2,
|
||||
},
|
||||
{
|
||||
'name': 'spam',
|
||||
'type': 'str',
|
||||
'value': "'eggs'",
|
||||
},
|
||||
{
|
||||
'name': 'x',
|
||||
'type': 'bool',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue