File: testme26.out

package info (click to toggle)
libtemplates-parser 10.0%2B20060522-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,880 kB
  • ctags: 52
  • sloc: ada: 9,842; makefile: 360; sh: 26
file content (62 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62


First include:

include.tmplt
1> a value

2> 

3> 
4> a value



7> one
8> a value
9> 
7> three
8> a value
----------


Second include:

include.tmplt
1> a value

2> toto

3> toto
4> a value

5>   a value

6>   toto

7> one
8> a value
9> toto
7> three
8> a value
----------

Third include:

include.tmplt
1> a value

2> toto titi

3> toto titi
4> a value



7> one
8> a value
9> toto titi
7> three
8> a value
----------