File: include2_main.tmplt

package info (click to toggle)
libtemplates-parser 19-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,180 kB
  • sloc: ada: 11,320; python: 637; makefile: 345; sh: 37
file content (15 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

==================================================================
@@INCLUDE@@ include2.tincl un deux trois

==================================================================
@@INCLUDE@@ include2.tincl "un deux" trois quatre

==================================================================
@@INCLUDE@@ include2.tincl @_ONE_@ @_TWO_@ trois

==================================================================
@@INCLUDE@@ include2.tincl @_REVERSE:ONE_@ @_CAPITALIZE:TWO_@ trois

==================================================================
@@INCLUDE@@ include2.tincl "One = @_ONE_@" "@_TWO_@ = Two" "3 = @_THREE_@ = Three"