From 28186227a95038d60fd8ec4572b8aacc5faf0e0f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 24 Oct 2018 21:20:27 -0400 Subject: [PATCH] add tests --- test/apps/encoding/src/routes/echo/page/[slug].html | 7 +++---- test/apps/encoding/src/routes/index.html | 2 +- test/apps/encoding/test.ts | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/test/apps/encoding/src/routes/echo/page/[slug].html b/test/apps/encoding/src/routes/echo/page/[slug].html index 7b2f0a8..2cdc03d 100644 --- a/test/apps/encoding/src/routes/echo/page/[slug].html +++ b/test/apps/encoding/src/routes/echo/page/[slug].html @@ -1,11 +1,10 @@ -

{slug} ({message})

+

{slug} {JSON.stringify(query)}