File: example.sdf

package info (click to toggle)
sdf 2.001%2B1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,140 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (48 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (6)
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
# This file tests the example filter

Some text before.

# Test a simple example
!block example
#
# A header
#
  Some example
    text.
  Back to indent of 2.
!endblock

Some middle text.

# Test normal (non-pure) blocks
!block example
  Some [[more]]
    {{example}} text.
!endblock

# Test pure blocks
!block example; pure
  Some [[more]]
  {{example}} text.
!endblock

# Test the skipheader parameter
!block example; skipheader
# $Id$
# A header will an RCS-Id line at the top
#
  Yet another block of
{{example}} text.
!endblock

# Test wide blocks
!block example
123456789a 23456789b 23456789c 23456789d 23456789e 23456789f 23456789g 23456789h
123456789A 23456789B 23456789C 23456789D 23456789E 23456789F 23456789G 23456789H
!endblock
!block example; wide
123456789a 23456789b 23456789c 23456789d 23456789e 23456789f 23456789g 23456789h
123456789A 23456789B 23456789C 23456789D 23456789E 23456789F 23456789G 23456789H
!endblock

Some text after.