File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ line: `entered Track`
77line: `entered NodeGroupImplicitTrack`
88line: `entered NodeGroupNoTrack`
99line: `entered NodeGroupTrack`
10+ line: `entered NodeGroupWithSubtitle.ABC123`
1011
1112line: `entered End`
1213
@@ -17,5 +18,6 @@ line: `did we visit Track? True!`
1718line: `did we visit NodeGroupImplicitTrack? True!`
1819line: `did we visit NodeGroupNoTrack? False!`
1920line: `did we visit NodeGroupTrack? True!`
21+ line: `did we visit NodeGroupWithSubtitle.ABC123? True!`
2022
2123line: `done`
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ beginning
99<<detour NodeGroupImplicitTrack>>
1010<<detour NodeGroupNoTrack>>
1111<<detour NodeGroupTrack>>
12+ <<detour NodeGroupWithSubtitle>>
1213
1314entered End
1415
@@ -18,6 +19,7 @@ did we visit Track? {visited("Trac" + "k")}!
1819did we visit NodeGroupImplicitTrack? {visited("NodeGroupImplicitTrack")}!
1920did we visit NodeGroupNoTrack? {visited("NodeGroupNoTrack")}!
2021did we visit NodeGroupTrack? {visited("NodeGroupTrac" + "k")}!
22+ did we visit NodeGroupWithSubtitle.ABC123? {visited("NodeGroupWithSubtitle.ABC123")}!
2123
2224done
2325===
@@ -56,3 +58,9 @@ tracking: never
5658---
5759entered NodeGroupNoTrack
5860===
61+ title: NodeGroupWithSubtitle
62+ when: always
63+ subtitle: ABC123
64+ ---
65+ entered NodeGroupWithSubtitle.ABC123
66+ ===
You can’t perform that action at this time.
0 commit comments