File: nest.test

package info (click to toggle)
haskell-doctemplates 0.11.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: haskell: 1,223; makefile: 7
file content (67 lines) | stat: -rw-r--r-- 618 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
63
64
65
66
67
{ "foo": 1,
  "baz": ["a", "b"],
  "bim": { "zub": "sim" },
  "sup": "a multiline\nstring"
}
.
    $sup$
   $sup$

   $^$$sup$

$bim.zub$ $^$$sup$

$bim.zub$ $^$$foo$
          bar $sup$

$for(baz)$
1. $^$Hello
   $if(it)$
     $it$
   $endif$
$endfor$

  $^$hey $sup$
  hey $sup$

  hey $sup$

  hey
  $if(foo)$

  $foo$
  $endif$
  hey
.
    a multiline
    string
   a multiline
   string

   a multiline
   string

sim a multiline
    string

sim 1
    bar a multiline
    string

1. Hello
     a
1. Hello
     b

  hey a multiline
  string
  hey a multiline
  string

  hey a multiline
  string

  hey

  1
  hey