summaryrefslogtreecommitdiffstats
path: root/docprocs/src/test/cfg/ilscripts.cfg
blob: c58028f10566b0f70c23aebb6793860b1284ee48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ilscript[1]
ilscript[0].doctype "music"
ilscript[0].docfield[3]
ilscript[0].docfield[0] "artist"
ilscript[0].docfield[1] "title"
ilscript[0].docfield[2] "song"
ilscript[0].content[5]
ilscript[0].content[0] "input artist | attribute artist"
ilscript[0].content[1] "input title | attribute title"
ilscript[0].content[2] "input song | attribute song"
ilscript[0].content[4] "input artist . " ".  input title | index combined"
ilscript[0].content[5] "(input artist || "") . " " .  (input title || "") | index combinedWithFallback"