diff mrjunejune/test/integration_test.c @ 259:667156fcd3e3

Add dev-only cyberpunk JRPG page
author MrJuneJune <me@mrjunejune.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents b8aa08503378
children 1f9877b637e9
line wrap: on
line diff
--- a/mrjunejune/test/integration_test.c	Wed Aug 05 05:25:40 2026 -0700
+++ b/mrjunejune/test/integration_test.c	Wed Aug 05 09:19:41 2026 -0700
@@ -412,6 +412,8 @@
     {"/nonexistent", 404, NULL, NULL, NULL, 0},
     {"/does/not/exist", 404, NULL, NULL, NULL, 0},
     {"/missing.html", 404, NULL, NULL, NULL, 0},
+    {"/jrpg", 404, NULL, NULL, NULL, 0},
+    {"/jrpg/index.html", 404, NULL, NULL, NULL, 0},
   };
   int num_failure_tests = sizeof(failure_tests) / sizeof(failure_tests[0]);