File: actions-once-with-or.test

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4262-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,544 kB
  • sloc: java: 71,295; xml: 1,659; python: 713; sh: 254; makefile: 150; perl: 31
file content (22 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
WAY
A=1
B=2
C=3

WAY 2
C=3
E=5

<<<lines>>>
( A=1 | B=2 | C=3 | D=4 | E=5)
	{ set name='${name}b' | '${A} ${B}' | '${C}' | '${E}'; }

A=1 [0x1]
E=5 [0x2]

<finalize>
name=* { name '${name}' }

<<<results>>>
WAY 1: Line 0x1, labels=[1 2, null, null, null], res=24-24 (1/1),(2/2),
WAY 2: Line 0x2, labels=[3, null, null, null], res=24-24 (1/1),(2/2),