Skip to content

Commit 3802dea

Browse files
committed
Adjust test expectations re: reformatting
1 parent e33ddbd commit 3802dea

File tree

1 file changed

+17
-17
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/ChannelField

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
edges
2-
| test.go:9:10:9:12 | selection of c [collection] : string | test.go:9:8:9:12 | <-... |
3-
| test.go:13:16:13:16 | definition of s [pointer, c, collection] : string | test.go:16:3:16:3 | s [pointer, c, collection] : string |
4-
| test.go:15:11:15:18 | call to source : string | test.go:16:10:16:13 | data : string |
5-
| test.go:16:3:16:3 | implicit dereference [c, collection] : string | test.go:13:16:13:16 | definition of s [pointer, c, collection] : string |
6-
| test.go:16:3:16:3 | implicit dereference [c, collection] : string | test.go:16:3:16:5 | selection of c [collection] : string |
7-
| test.go:16:3:16:3 | s [pointer, c, collection] : string | test.go:16:3:16:3 | implicit dereference [c, collection] : string |
8-
| test.go:16:3:16:5 | selection of c [collection] : string | test.go:9:10:9:12 | selection of c [collection] : string |
9-
| test.go:16:3:16:5 | selection of c [collection] : string | test.go:16:3:16:3 | implicit dereference [c, collection] : string |
10-
| test.go:16:10:16:13 | data : string | test.go:16:3:16:5 | selection of c [collection] : string |
2+
| test.go:9:9:9:11 | selection of c [collection] : string | test.go:9:7:9:11 | <-... |
3+
| test.go:13:16:13:16 | definition of s [pointer, c, collection] : string | test.go:16:2:16:2 | s [pointer, c, collection] : string |
4+
| test.go:15:10:15:17 | call to source : string | test.go:16:9:16:12 | data : string |
5+
| test.go:16:2:16:2 | implicit dereference [c, collection] : string | test.go:13:16:13:16 | definition of s [pointer, c, collection] : string |
6+
| test.go:16:2:16:2 | implicit dereference [c, collection] : string | test.go:16:2:16:4 | selection of c [collection] : string |
7+
| test.go:16:2:16:2 | s [pointer, c, collection] : string | test.go:16:2:16:2 | implicit dereference [c, collection] : string |
8+
| test.go:16:2:16:4 | selection of c [collection] : string | test.go:9:9:9:11 | selection of c [collection] : string |
9+
| test.go:16:2:16:4 | selection of c [collection] : string | test.go:16:2:16:2 | implicit dereference [c, collection] : string |
10+
| test.go:16:9:16:12 | data : string | test.go:16:2:16:4 | selection of c [collection] : string |
1111
nodes
12-
| test.go:9:8:9:12 | <-... | semmle.label | <-... |
13-
| test.go:9:10:9:12 | selection of c [collection] : string | semmle.label | selection of c [collection] : string |
12+
| test.go:9:7:9:11 | <-... | semmle.label | <-... |
13+
| test.go:9:9:9:11 | selection of c [collection] : string | semmle.label | selection of c [collection] : string |
1414
| test.go:13:16:13:16 | definition of s [pointer, c, collection] : string | semmle.label | definition of s [pointer, c, collection] : string |
15-
| test.go:15:11:15:18 | call to source : string | semmle.label | call to source : string |
16-
| test.go:16:3:16:3 | implicit dereference [c, collection] : string | semmle.label | implicit dereference [c, collection] : string |
17-
| test.go:16:3:16:3 | s [pointer, c, collection] : string | semmle.label | s [pointer, c, collection] : string |
18-
| test.go:16:3:16:5 | selection of c [collection] : string | semmle.label | selection of c [collection] : string |
19-
| test.go:16:10:16:13 | data : string | semmle.label | data : string |
15+
| test.go:15:10:15:17 | call to source : string | semmle.label | call to source : string |
16+
| test.go:16:2:16:2 | implicit dereference [c, collection] : string | semmle.label | implicit dereference [c, collection] : string |
17+
| test.go:16:2:16:2 | s [pointer, c, collection] : string | semmle.label | s [pointer, c, collection] : string |
18+
| test.go:16:2:16:4 | selection of c [collection] : string | semmle.label | selection of c [collection] : string |
19+
| test.go:16:9:16:12 | data : string | semmle.label | data : string |
2020
subpaths
2121
#select
22-
| test.go:15:11:15:18 | call to source : string | test.go:15:11:15:18 | call to source : string | test.go:9:8:9:12 | <-... | path |
22+
| test.go:15:10:15:17 | call to source : string | test.go:15:10:15:17 | call to source : string | test.go:9:7:9:11 | <-... | path |

0 commit comments

Comments
 (0)