1*d9f0ce31SBaptiste Daroussin# Load macro tests 2*d9f0ce31SBaptiste Daroussinsection { 3*d9f0ce31SBaptiste Daroussin 4*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1) "${CURDIR}/load.inc" 5*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1) "${CURDIR}/load.inc" 6*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) "${CURDIR}/load.inc" 7*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "${CURDIR}/load.inc" 8*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1) "${CURDIR}/load.inc" 9*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1) "${CURDIR}/load.inc" 10*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) "${CURDIR}/load.inc" 11*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "${CURDIR}/load.inc" 12*d9f0ce31SBaptiste Daroussin.load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "${CURDIR}/load.inc" 13*d9f0ce31SBaptiste Daroussin.load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1) "load_bad.inc" 14*d9f0ce31SBaptiste Daroussin}; 15