1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
include(map.m4)`'divert(-1) CREATEMAP(Mine) SETMAP(Mine,Something,where) SETMAP(Mine,One,wrong) SETMAP(Mine,Two,Two Value) SETMAP(Mine,One,1) SETMAP(Mine,_oddName3,Name) SETMAP(Mine,_oddName3,Names) divert`'dnl Expect: Something=where One=1 Two=Two Value _oddName3=Names Actual: ITERMAP(Mine,NameQ,ValueQ,`NameQ=ValueQ ') |