Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Aug 23, 2024
1 parent cc13890 commit b4e6206
Show file tree
Hide file tree
Showing 35 changed files with 13 additions and 692 deletions.
7 changes: 0 additions & 7 deletions test/expectations/semantic_highlighting/aref_field.exp.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"result": [
{
"delta_line": 0,
"delta_start_char": 4,
"length": 9,
"token_type": 13,
"token_modifiers": 1
},
{
"delta_line": 1,
"delta_start_char": 2,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"result": [
{
"delta_line": 0,
"delta_start_char": 4,
"length": 9,
"token_type": 13,
"token_modifiers": 1
},
{
"delta_line": 1,
"delta_start_char": 2,
Expand Down
17 changes: 1 addition & 16 deletions test/expectations/semantic_highlighting/block_locals.exp.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
{
"params": [],
"result": [
{
"delta_line": 0,
"delta_start_char": 3,
"length": 4,
"token_type": 13,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 9,
"length": 1,
"token_type": 7,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 3,
"delta_start_char": 15,
"length": 11,
"token_type": 8,
"token_modifiers": 0
Expand Down
11 changes: 0 additions & 11 deletions test/expectations/semantic_highlighting/call_invocation.exp.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"result": [
{
"delta_line": 0,
"delta_start_char": 4,
"length": 11,
"token_type": 13,
"token_modifiers": 1
},
{
"delta_line": 1,
"delta_start_char": 2,
Expand All @@ -20,13 +13,6 @@
"length": 3,
"token_type": 8,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 4,
"length": 6,
"token_type": 13,
"token_modifiers": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"result": [
{
"delta_line": 0,
"delta_start_char": 4,
"length": 11,
"token_type": 13,
"token_modifiers": 1
},
{
"delta_line": 1,
"delta_start_char": 2,
Expand All @@ -30,14 +23,7 @@
},
{
"delta_line": 0,
"delta_start_char": 4,
"length": 6,
"token_type": 13,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 7,
"delta_start_char": 11,
"length": 3,
"token_type": 8,
"token_modifiers": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,12 @@
"token_type": 2,
"token_modifiers": 1
},
{
"delta_line": 0,
"delta_start_char": 0,
"length": 3,
"token_type": 0,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 6,
"length": 10,
"token_type": 2,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 0,
"length": 10,
"token_type": 0,
"token_modifiers": 0
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
},
{
"delta_line": 0,
"delta_start_char": 7,
"length": 10,
"token_type": 13,
"token_modifiers": 0
},
{
"delta_line": 0,
"delta_start_char": 11,
"delta_start_char": 18,
"length": 3,
"token_type": 8,
"token_modifiers": 0
Expand Down
Loading

0 comments on commit b4e6206

Please sign in to comment.