|
@@ -1,7 +1,7 @@
|
1
|
1
|
Notes: example to show idea of dependency markup
|
2
|
2
|
|
3
|
3
|
|
4
|
|
-# Demo: Dependency markup #
|
|
4
|
+# EEE #
|
5
|
5
|
|
6
|
6
|
This is for demonstration of way of showing dependency.
|
7
|
7
|
|
|
@@ -16,7 +16,7 @@ TC that is identified by `{ID}`, where ID conforms to a unix path.
|
16
|
16
|
is downwards, until next one or end
|
17
|
17
|
|
18
|
18
|
|
19
|
|
-## {/} prepare env=0 ##
|
|
19
|
+## {/} prepare env0 ##
|
20
|
20
|
1. `x = 1`
|
21
|
21
|
2. `y = 2`
|
22
|
22
|
3. `m =`
|
|
@@ -29,6 +29,17 @@ TC that is identified by `{ID}`, where ID conforms to a unix path.
|
29
|
29
|
1. prepare env0
|
30
|
30
|
2. `m = two`
|
31
|
31
|
|
|
32
|
+{/}
|
|
33
|
+
|
|
34
|
+## case 0.1 ##
|
|
35
|
+ 1. prepare env0
|
|
36
|
+ 2. do thing 1.1.1
|
|
37
|
+ 3. do thing 1.1.2
|
|
38
|
+
|
|
39
|
+## case 0.2 ##
|
|
40
|
+ 2. do thing 1.2.1
|
|
41
|
+ 3. do thing 1.2.2
|
|
42
|
+
|
32
|
43
|
{/env1/}
|
33
|
44
|
|
34
|
45
|
## case 1.1 ##
|