Skip to content

Commit

Permalink
fix: update snapshots following analyzer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Jun 5, 2024
1 parent 898a571 commit dc3e07d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ children:
- type: block
id: 5
range: 2:5 - 8:33
dataflow_sources:
- 6
- 40
children:
- type: function_definition
id: 6
Expand Down Expand Up @@ -95,6 +98,9 @@ children:
- type: block
id: 23
range: 3:9 - 4:27
dataflow_sources:
- 24
- 32
children:
- type: expression_statement
id: 24
Expand Down Expand Up @@ -211,6 +217,9 @@ children:
- type: block
id: 48
range: 7:9 - 8:33
dataflow_sources:
- 49
- 62
children:
- type: expression_statement
id: 49
Expand All @@ -222,7 +231,6 @@ children:
id: 50
range: 7:9 - 7:33
dataflow_sources:
- 51
- 55
children:
- type: attribute
Expand Down Expand Up @@ -289,7 +297,7 @@ children:
id: 63
range: 8:9 - 8:33
dataflow_sources:
- 64
- 0
- 65
children:
- type: identifier
Expand All @@ -311,7 +319,6 @@ children:
id: 67
range: 8:15 - 8:32
dataflow_sources:
- 68
- 75
children:
- type: attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ children:
id: 2
range: 1:1 - 1:12
dataflow_sources:
- 3
- 7
children:
- type: attribute
Expand Down
10 changes: 10 additions & 0 deletions pkg/languages/python/detectors/.snapshots/TestPythonString-string
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ children:
- type: block
id: 5
range: 2:5 - 12:31
dataflow_sources:
- 6
- 13
children:
- type: expression_statement
id: 6
Expand Down Expand Up @@ -89,6 +92,13 @@ children:
- type: block
id: 21
range: 5:9 - 12:31
dataflow_sources:
- 22
- 35
- 42
- 49
- 58
- 65
children:
- type: expression_statement
id: 22
Expand Down

0 comments on commit dc3e07d

Please sign in to comment.