fix: test: org export

This commit is contained in:
rachmadaniHaryono 2019-04-28 14:18:16 +08:00
parent 5aae57712d
commit da93dbe43f

View File

@ -741,7 +741,7 @@ def test_copy_to_clipboard(platform, params):
' <DT><A HREF="http://google.com" ADD_DATE="1556430615" LAST_MODIFIED="1556430615">Google</A>\n'
' </DL><p>\n</DL><p>'
],
['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],
])