Skip to content

Commit 931eec8

Browse files
committed
update variablePathPattern docs
1 parent 9ebf4b6 commit 931eec8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/src/api/regexes.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
/// ${model.list[5]}
6767
///
6868
/// // valid
69+
/// ${model.list[5][2]}
70+
///
71+
/// // valid
72+
/// ${items[5][2]}
73+
///
74+
/// // valid
6975
/// ${model.json.name}
7076
///
7177
/// // invalid

0 commit comments

Comments
 (0)