projects
/
platform
/
upstream
/
perl-XML-Simple.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac27781
)
fixed tests
author
Anas Nashif
<anas.nashif@intel.com>
Fri, 28 Dec 2012 03:04:56 +0000
(19:04 -0800)
committer
Anas Nashif
<anas.nashif@intel.com>
Fri, 28 Dec 2012 03:04:56 +0000
(19:04 -0800)
t/2_XMLout.t
patch
|
blob
|
history
diff --git
a/t/2_XMLout.t
b/t/2_XMLout.t
index 6d7fdf9d23fea14f75f0280dece094a1b3c7a998..c0ae23fe7c0e49b3d1ac0b81766a81d0b31dc1e9 100644
(file)
--- a/
t/2_XMLout.t
+++ b/
t/2_XMLout.t
@@
-348,6
+348,11
@@
like($_, qr{^
\s*<b\s+alpha="1"\s*/>
){2}
\s*</opt>
+|
+<opt>
+ \s*<b\s+alpha="1"\s*/>
+ \s*<a\s+alpha="1"\s*/>
+\s*</opt>
}xs, 'and encodes as expected');