diff --git a/tests/unit/Lib/MessageFilterTest.php b/tests/unit/Lib/MessageFilterTest.php index 56c70f650..630968157 100644 --- a/tests/unit/Lib/MessageFilterTest.php +++ b/tests/unit/Lib/MessageFilterTest.php @@ -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", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index ccd9a0e63..96f69c4a4 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -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(),