Browse Source

Merge branch 'master' of gitssl:AloisMahdal/sugar-trail

Conflicts:
	TODO.md
Alois Mahdal 11 years ago
parent
commit
18acac6b97
2 changed files with 16 additions and 4 deletions
  1. 3
    2
      TODO.md
  2. 13
    2
      examples/dependency.md

+ 3
- 2
TODO.md View File

@@ -1,5 +1,6 @@
1 1
 # TODO #
2 2
 
3
+
3 4
 ## Definition ##
4 5
 
5 6
 ### Syntax ###
@@ -8,9 +9,9 @@
8 9
 
9 10
 *   TC dependency issues
10 11
 
11
-    *   [ideas/dependency.md][1]
12
+    *   [examples/dependency.md][1]
12 13
 
13
-  [1]: ideas/dependency.md
14
+  [1]: examples/dependency.md
14 15
 
15 16
 
16 17
 ### Data model ###

ideas/dependency.md → examples/dependency.md View File

@@ -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 ##