projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d7ef2
)
Add opconvert test for "|| ( ( A B ) C )".
author
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Aug 2010 10:48:06 +0000
(
03:48
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Aug 2010 10:48:06 +0000
(
03:48
-0700)
pym/portage/tests/dep/test_use_reduce.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/dep/test_use_reduce.py
b/pym/portage/tests/dep/test_use_reduce.py
index 4cb778a5cba08b466cf05f77fcb65883eb1f4ed9..6d4438979968102c8a1993d9b09d25c06f8f168f 100644
(file)
--- a/
pym/portage/tests/dep/test_use_reduce.py
+++ b/
pym/portage/tests/dep/test_use_reduce.py
@@
-271,6
+271,10
@@
class UseReduce(TestCase):
"|| ( A B )",
opconvert = True,
expected_result = [ ["||", "A", "B"] ]),
+ UseReduceTestCase(
+ "|| ( ( A B ) C )",
+ opconvert = True,
+ expected_result = [ [ "||", ["A", "B"], "C" ] ]),
UseReduceTestCase(
"|| ( A || ( B C ) )",
opconvert = True,