monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.not-selector: e56619f398f32f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.not-selector: e56619f398f32fdca6068d369cde95e1d3add396
Date: Mon, 13 Feb 2012 19:52:29 +0100 (CET)

revision:            e56619f398f32fdca6068d369cde95e1d3add396
date:                2012-02-13T18:22:12
author:              Richard Hopkins <address@hidden>
branch:              net.venge.monotone.not-selector
changelog:
Add more logic tests for 'not' extended selector

manifest:
format_version "1"

new_manifest [c505b854729c3b4ec41347b499ce9336729f56f6]

old_revision [cbbe6a548dd5d565dfd0601ba1df320a613d3dc6]

patch "test/func/extended-selectors/__driver__.lua"
 from [9d3932fa9405adc7b1d9117685f85e227515b052]
   to [cab379ef6f3439ab7f5a4424202ebf9097171c4c]
============================================================
--- test/func/extended-selectors/__driver__.lua	9d3932fa9405adc7b1d9117685f85e227515b052
+++ test/func/extended-selectors/__driver__.lua	cab379ef6f3439ab7f5a4424202ebf9097171c4c
@@ -79,6 +79,12 @@ expect("b:testbranch|b:otherbranch", roo
 expect("b:testbranch/b:otherbranch", lhs)
 expect("b:testbranch|b:otherbranch", root, lhs, rhs, m, other, other_2)
 
+-- now do same tests again with a double not - should get same results
+expect("not(not(b:testbranch))", root, lhs, rhs, m)
+expect("not(not(b:otherbranch))", lhs, other, other_2)
+expect("not(not(b:testbranch/b:otherbranch))", lhs)
+expect("not(not(b:testbranch|b:otherbranch))", root, lhs, rhs, m, other, other_2)
+
 expect("not(b:otherbranch)", root, rhs, m)
 expect("not(b:testbranch)", other, other_2)
 expect("not(h:testbranch)", root, lhs, rhs, other, other_2)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]