diff mrjunejune/test/integration_test.c @ 244:b8aa08503378

[tools] Add sandboxed online LaTeX editor Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 16:56:25 -0700
parents 543df0fe7168
children 667156fcd3e3
line wrap: on
line diff
--- a/mrjunejune/test/integration_test.c	Mon Aug 03 15:26:44 2026 -0700
+++ b/mrjunejune/test/integration_test.c	Mon Aug 03 16:56:25 2026 -0700
@@ -392,6 +392,7 @@
     {"/tools/markdown_to_html", 200, NULL, NULL, NULL, 0},
     {"/tools/file_converter", 200, NULL, NULL, NULL, 0},
     {"/tools/hls_player", 200, NULL, NULL, NULL, 0},
+    {"/tools/latex_editor", 200, NULL, NULL, NULL, 0},
     {"/talk", 200, NULL, NULL, NULL, 0},
   };
   int num_success_tests = sizeof(success_tests) / sizeof(success_tests[0]);
@@ -403,6 +404,7 @@
     {"/tools/markdown_to_html/index.html", 301, NULL, NULL, NULL, 0},
     {"/tools/file_converter/index.html", 301, NULL, NULL, NULL, 0},
     {"/tools/hls_player/index.html", 301, NULL, NULL, NULL, 0},
+    {"/tools/latex_editor/index.html", 301, NULL, NULL, NULL, 0},
   };
   int num_redirect_tests = sizeof(redirect_tests) / sizeof(redirect_tests[0]);