Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 4c25370

Browse files
committed
Fix TaintStep.expected: add params to json.MarshalIndent
1 parent 64a61bd commit 4c25370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ql/test/library-tests/semmle/go/frameworks/TaintSteps/TaintStep.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
| main.go:13:14:13:52 | call to MarshalIndent | main.go:13:2:13:52 | ... := ...[0] |
7676
| main.go:13:14:13:52 | call to MarshalIndent | main.go:13:2:13:52 | ... := ...[1] |
7777
| main.go:13:33:13:33 | v | main.go:13:2:13:52 | ... := ...[0] |
78+
| main.go:13:36:13:45 | "/*JSON*/" | main.go:13:2:13:52 | ... := ...[0] |
79+
| main.go:13:48:13:51 | " " | main.go:13:2:13:52 | ... := ...[0] |
7880
| main.go:14:25:14:25 | b | main.go:14:9:14:41 | slice literal |
7981
| main.go:14:28:14:30 | err | main.go:14:9:14:41 | slice literal |
8082
| main.go:14:33:14:34 | b2 | main.go:14:9:14:41 | slice literal |

0 commit comments

Comments
 (0)