Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Dec 9, 2023
1 parent 4199120 commit e886eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Plugins/Pdf/pdf_make_attachment_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ void
TestHummusPdfMakeAttachment::test_get_linked_file_paths () {
array<url> attachment_0;
attachment_0 << url ("$TEXMACS_PATH/tests/tm/29_1_1.tm");
string texmacs_doc_1= string_load (url ("$TEXMACS_PATH/tests/tm/29_1_1.tm"));
tree texmacs_tree_1= texmacs_to_tree (texmacs_doc_1);
array<url> linked_0 = get_linked_file_paths (
string texmacs_doc_1 = string_load (url ("$TEXMACS_PATH/tests/tm/29_1_1.tm"));
tree texmacs_tree_1= texmacs_to_tree (texmacs_doc_1);
array<url> linked_0 = get_linked_file_paths (
texmacs_tree_1, url ("$TEXMACS_PATH/tests/tm/29_1_1.tm"));
QVERIFY (N (linked_0) == 0);

Expand Down

0 comments on commit e886eab

Please sign in to comment.