From f077d2a94094aeb9d3eecb4c8399f2e9e3b274d9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 15 Oct 2010 01:49:46 -0700 Subject: Test use_reduce opconvert breakage. --- pym/portage/tests/dep/test_use_reduce.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pym') diff --git a/pym/portage/tests/dep/test_use_reduce.py b/pym/portage/tests/dep/test_use_reduce.py index 83735e1fd..b9a2b3dd3 100644 --- a/pym/portage/tests/dep/test_use_reduce.py +++ b/pym/portage/tests/dep/test_use_reduce.py @@ -304,6 +304,19 @@ class UseReduce(TestCase): "( || ( || ( ( A ) B ) ) )", opconvert = True, expected_result = ["||", "A", "B"]), + + # ['||', 'A', 'B', 'C'] != [['||', 'A', 'B'], 'C'] + #UseReduceTestCase( + # "|| ( A B ) C", + # opconvert = True, + # expected_result = [['||', 'A', 'B'], 'C']), + + # ['A', '||', ['B', 'C']] != ['A', ['||', 'B', 'C']] + #UseReduceTestCase( + # "A || ( B C )", + # opconvert = True, + # expected_result = ['A', ['||', 'B', 'C']]), + UseReduceTestCase( "|| ( A )", opconvert = True, -- cgit v1.2.3-1-g7c22