diff --git a/tests/test_buku.py b/tests/test_buku.py index 4a4b03c..b77e7df 100644 --- a/tests/test_buku.py +++ b/tests/test_buku.py @@ -741,7 +741,7 @@ def test_copy_to_clipboard(platform, params): '
Google\n' '

\n

' ], - ['org', '- [Untitled](htttp://example.com)\n- [Google](http://google.com)\n'], + ['org', '* [[htttp://example.com][Untitled]]\n* [[http://google.com][Google]]\n'], ['markdown', '- [Untitled](htttp://example.com)\n- [Google](http://google.com)\n'], ['random', None], ])