Skip to content

Commit ec31185

Browse files
author
mgeipel
committed
testcase fixed
wormhole example added
1 parent 86ee2de commit ec31185

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

examples/misc/wormholes/wormhole.flux

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
4+
5+
"A"|
6+
template("${o}")|
7+
template("x${o}")|
8+
@X;
9+
10+
"B"|
11+
template("x${o}")|
12+
@X;
13+
14+
@X|
15+
template("${o}")|
16+
write("stdout");
17+
18+
19+
"C"|
20+
template("x${o}")|
21+
@X;

0 commit comments

Comments
 (0)