Skip to content

Commit d9a7eab

Browse files
committed
bad update on my part. Merge Ralf's work in.
2 parents ce2b540 + baf4632 commit d9a7eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/db_test_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,8 @@ def testFilteringLinkExpression(self):
20152015
ae(filt(None, {a: ['1','-1']}), ['1','3','4'])
20162016
ae(filt(None, {a: ['1','-1']}, ('+',a)), ['3','4','1'])
20172017
ae(filt(None, {a: ['2','-1']}, ('+',a)), ['3','4','2'])
2018+
ae(filt(None, {a: ['2','-1','-4']}, ('+',a)), ['3','4','2'])
2019+
ae(filt(None, {a: ['2','-1','-4','-2']}, ('+',a)), ['1'])
20182020
ae(filt(None, {a: ['1','-2']}), ['2','3','4'])
20192021
ae(filt(None, {a: ['1','-2']}, ('+',a)), ['3','4','2'])
20202022
ae(filt(None, {a: ['-1','-2']}, ('+',a)), ['1','2'])

0 commit comments

Comments
 (0)