mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
add test for encoded filter entry
This commit is contained in:
@@ -162,6 +162,11 @@ class MessageFilterTest extends UnitTestCase {
|
||||
"?item_thread_top == 1 && ?item_private < 1 ",
|
||||
false
|
||||
],
|
||||
'item.item_thread_top = 1 and item.item_private < 1 in excl encoded' => [
|
||||
'',
|
||||
"?item_thread_top == 1 && ?item_private < 1 ",
|
||||
false
|
||||
],
|
||||
'item.item_thread_top = 1 or item.item_private = 0 in excl' => [
|
||||
'',
|
||||
"?item_thread_top == 1 && ?item_private == 0",
|
||||
|
||||
Reference in New Issue
Block a user