Skip to content

Commit a6fac2e

Browse files
committed
fix(tests): Add missing string type and parameter declaration in Cfg.expected
1 parent 2ba085b commit a6fac2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ql/test/library-tests/cfg/basic/Cfg.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| sample.bicep:1:1:103:1 | Infrastructure | sample.bicep:1:1:103:1 | exit Infrastructure (normal) | |
44
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:1:1:48 | ParameterDeclaration | |
55
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:7:1:14 | location | |
6+
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:16:1:21 | string | |
67
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:25:1:37 | resourceGroup | |
78
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:38:1:39 | Arguments | |
89
| sample.bicep:1:1:103:1 | enter Infrastructure | sample.bicep:1:41:1:48 | location | |
@@ -11,6 +12,8 @@
1112
| sample.bicep:1:7:1:14 | location | sample.bicep:1:25:1:37 | resourceGroup | |
1213
| sample.bicep:1:7:1:14 | location | sample.bicep:1:38:1:39 | Arguments | |
1314
| sample.bicep:1:7:1:14 | location | sample.bicep:1:41:1:48 | location | |
15+
| sample.bicep:1:16:1:21 | Type | sample.bicep:1:1:1:48 | ParameterDeclaration | |
16+
| sample.bicep:1:16:1:21 | string | sample.bicep:1:16:1:21 | Type | |
1417
| sample.bicep:1:25:1:37 | resourceGroup | sample.bicep:1:25:1:39 | CallExpression | |
1518
| sample.bicep:1:25:1:39 | CallExpression | sample.bicep:1:25:1:48 | MemberExpression | |
1619
| sample.bicep:1:25:1:48 | MemberExpression | sample.bicep:1:1:1:48 | ParameterDeclaration | |

0 commit comments

Comments
 (0)