lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / routing / test_example_param_route.sav / test_example_param_route.res
diff --git a/lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res b/lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res
deleted file mode 100644 (file)
index 87c2dea..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-
-[Client] curl -s localhost:*****/Morriar
-Hello Morriar
-[Client] curl -s localhost:*****//
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>
-[Client] curl -s localhost:*****/
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>
-[Client] curl -s localhost:*****/not_found
-Hello not_found
-[Client] curl -s localhost:*****/not_found/not_found
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>