Finished all latex part of footnote. Finished latex part of magic_mirror
diff --git a/tests/testthat/test-add_footnote.r b/tests/testthat/test-add_footnote.r
index 4a8e32c..1083e6c 100644
--- a/tests/testthat/test-add_footnote.r
+++ b/tests/testthat/test-add_footnote.r
@@ -8,3 +8,5 @@
 latextable_2 <- kable(rtable, format = "latex", caption = "Table", row.names = T, align = c("l", "c", "c"))
 latextable_3 <- kable(rtable, format = "latex", booktab = T)
 latextable_4 <- kable(rtable, format = "latex", booktab = T, caption = "Table")
+latextable_5 <- kable(rtable, format = "latex", longtable = T)
+latextable_6 <- kable(rtable, format = "latex", longtable = T, caption = "Table long")