diff options
author | Mario <mario@mariovavti.com> | 2025-06-19 08:26:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-06-19 08:26:31 +0000 |
commit | 7320149fd87ce60a716470c2b0f3141029ca37ec (patch) | |
tree | 0c70b12e8e208170114a86b09c32badeb37b9c83 /tests/unit/includes/BBCodeTest.php | |
parent | 7766e5d42029e6a9211aeb0e9e3eed6ae3c78bbb (diff) | |
download | volse-hubzilla-7320149fd87ce60a716470c2b0f3141029ca37ec.tar.gz volse-hubzilla-7320149fd87ce60a716470c2b0f3141029ca37ec.tar.bz2 volse-hubzilla-7320149fd87ce60a716470c2b0f3141029ca37ec.zip |
only show the pin if we display the label and fix the test
Diffstat (limited to 'tests/unit/includes/BBCodeTest.php')
-rw-r--r-- | tests/unit/includes/BBCodeTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/includes/BBCodeTest.php b/tests/unit/includes/BBCodeTest.php index 6c2bc9059..982ef4eb9 100644 --- a/tests/unit/includes/BBCodeTest.php +++ b/tests/unit/includes/BBCodeTest.php @@ -170,7 +170,7 @@ class BBCodeTest extends UnitTestCase { ], 'naked geo uri with label is converted to link' => [ 'example url: geo:37.78918,-122.40335(Wikimedia+Foundation)', - 'example url: <a href="geo:37.78918,-122.40335(Wikimedia+Foundation)" target="_blank" rel="nofollow noopener">Wikimedia Foundation</a>' + 'example url: <a href="geo:37.78918,-122.40335(Wikimedia+Foundation)" target="_blank" rel="nofollow noopener">📍Wikimedia Foundation</a>' ], ]; } |