Skip to content

Commit 4aa9f85

Browse files
committed
PS: Accept test changes.
1 parent 9adf028 commit 4aa9f85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
edges
22
| test.ps1:1:8:1:9 | x | test.ps1:3:28:3:47 | Get-Process -Id $x | provenance | |
3+
| test.ps1:5:10:5:20 | my_var | test.ps1:7:3:7:19 | $code --enabled | provenance | |
34
nodes
45
| test.ps1:1:8:1:9 | x | semmle.label | x |
56
| test.ps1:3:28:3:47 | Get-Process -Id $x | semmle.label | Get-Process -Id $x |
7+
| test.ps1:5:10:5:20 | my_var | semmle.label | my_var |
8+
| test.ps1:7:3:7:19 | $code --enabled | semmle.label | $code --enabled |
69
subpaths
710
#select
811
| test.ps1:3:28:3:47 | Get-Process -Id $x | test.ps1:1:8:1:9 | x | test.ps1:3:28:3:47 | Get-Process -Id $x | This command depends on a $@. | test.ps1:1:8:1:9 | x | user-provided value |
12+
| test.ps1:7:3:7:19 | $code --enabled | test.ps1:5:10:5:20 | my_var | test.ps1:7:3:7:19 | $code --enabled | This command depends on a $@. | test.ps1:5:10:5:20 | my_var | user-provided value |

0 commit comments

Comments
 (0)