File: test.out

package info (click to toggle)
libtemplates-parser 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,404 kB
  • sloc: ada: 12,020; python: 658; makefile: 351; sh: 37
file content (17 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[INFO] main.tmplt
 -> mincl.incl
[C_INFO]  1 FALSE
[TEXT] Some text:
[TEXT] @_WINCL(A,B)_@
[TEXT] --
[TEXT] @_WINCL(98,123)_@
Some text:
before
include B and A
Another A B
after
--
before
include 123 and 98
Another 98 123
after