summaryrefslogtreecommitdiff
path: root/keama/tests/optionspace4.in4
blob: fa87b6a57b0512db28f3021c558f53c7eb88102c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# group and class declaration config

# option spaces
option space foobar;

option space foo code width 1 length width 1;

option space bar code width 4 length width 4;

option space full code width 2 length width 2 hash size 111;

option foobar.test code 1 = text;

option foo.test code 1 = text;