File: loop_error.xml

package info (click to toggle)
libpetal-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (9)
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
-------------------------1-------------------------
<span petal:repeat="num array_of_nums">
  num=[$num]
  <span petal:repeat="chr array_of_chars">
    + num=[$num] chr=[$chr]
    <span petal:repeat="stf array_of_stuff">
      num=[$num] chr=[$chr] stf=[$stf]
    </span>
    - num=[$num] chr=[$chr]
  </span>
</span>
-------------------------2-------------------------
<span petal:repeat="num array_of_nums2">
  num=[$num]
  <span petal:repeat="chr array_of_chars2">
    + num=[$num] chr=[$chr]
    <span petal:repeat="stf array_of_stuff">
      num=[$num] chr=[$chr] stf=[$stf]
    </span>
    - num=[$num] chr=[$chr]
  </span>
</span>
-------------------------3-------------------------
<span petal:repeat="num array_of_nums3">
  num=[$num]
  <span petal:repeat="chr array_of_chars3">
    + num=[$num] chr=[$chr]
    <span petal:repeat="stf array_of_stuff">
      num=[$num] chr=[$chr] stf=[$stf]
    </span>
    - num=[$num] chr=[$chr]
  </span>
</span>