~eda-qa/dhlib/main

« back to all changes in this revision

Viewing changes to m4/map_test.txt

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 05:36:32 UTC
  • Revision ID: eda-qa@disemia.com-20100216053632-60lt7fndfi3fgblw
first

Show diffs side-by-side

added added

removed removed

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