add test for encoded filter entry

This commit is contained in:
Mario Vavti
2025-12-12 18:51:53 +01:00
parent c03f543b54
commit 5432819788
2 changed files with 7 additions and 2 deletions

View File

@@ -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 &amp;&amp; ?item_private &lt; 1 ",
false
],
'item.item_thread_top = 1 or item.item_private = 0 in excl' => [
'',
"?item_thread_top == 1 && ?item_private == 0",

View File

@@ -3,7 +3,7 @@
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-10.6RC',
'version' => 'dev-10.6RC',
'reference' => '16068af0bb8ac83d329b455ae52eed7298770011',
'reference' => 'c03f543b54f1ad9d4bb6fc0b08cd5d054764c283',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -544,7 +544,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-10.6RC',
'version' => 'dev-10.6RC',
'reference' => '16068af0bb8ac83d329b455ae52eed7298770011',
'reference' => 'c03f543b54f1ad9d4bb6fc0b08cd5d054764c283',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),