From 1dc9b947ba3d956549146ce88402c37ccba9abb6 Mon Sep 17 00:00:00 2001
From: Kai Moritz <kai@juplo.de>
Date: Thu, 9 May 2019 17:42:13 +0200
Subject: [PATCH] =?utf8?q?Test=20f=C3=BCr=20eingebettetes=20JSON=20=C3=BCb?=
 =?utf8?q?erarbeitet:=20PHP=20generiert=20das=20JSON=20anders?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Ausprobiert, ob der Mechanismus auch funktioniert, wenn Slashes ("/") in URL's
so wie von PHP generiert mit "\/" escaped werden.
---
 dist/potemkin/accelerator.html | 44 +++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/dist/potemkin/accelerator.html b/dist/potemkin/accelerator.html
index ceb88208..91b1fdfe 100644
--- a/dist/potemkin/accelerator.html
+++ b/dist/potemkin/accelerator.html
@@ -8,35 +8,35 @@
       marginalcontent=~{:: .marginalcontent}, json='MERGE:potemkin.json,MERGE:
       {
         &quot;_titles&quot;: {
-          &quot;/potemkin/accelerator.html&quot;: &quot;Accelerator&quot;,
-          &quot;/potemkin/accelerator.html#read-on&quot;: &quot;Read on&quot;,
-          &quot;/potemkin/accelerator.html#read-on-and-on&quot;: &quot;Read on and on&quot;,
-          &quot;/potemkin/accelerator.html#read-on-and-on-and-on&quot;: &quot;Read on and on and on&quot;,
-          &quot;/projects.html&quot;: &quot;Projects&quot;
+          &quot;\/potemkin\/accelerator.html&quot;: &quot;Accelerator&quot;,
+          &quot;\/potemkin\/accelerator.html#read-on&quot;: &quot;Read on&quot;,
+          &quot;\/potemkin\/accelerator.html#read-on-and-on&quot;: &quot;Read on and on&quot;,
+          &quot;\/potemkin\/accelerator.html#read-on-and-on-and-on&quot;: &quot;Read on and on and on&quot;,
+          &quot;\/projects.html&quot;: &quot;Projects&quot;
         },
         &quot;_childs&quot;: {
-          &quot;/potemkin/accelerator.html&quot;: [
-            &quot;/potemkin/accelerator.html&quot;,
-            &quot;/potemkin/accelerator.html#read-on&quot;,
-            &quot;/potemkin/accelerator.html#read-on-and-on&quot;,
-            &quot;/potemkin/accelerator.html#read-on-and-on-and-on&quot;
+          &quot;\/potemkin\/accelerator.html&quot;: [
+            &quot;\/potemkin\/accelerator.html&quot;,
+            &quot;\/potemkin\/accelerator.html#read-on&quot;,
+            &quot;\/potemkin\/accelerator.html#read-on-and-on&quot;,
+            &quot;\/potemkin\/accelerator.html#read-on-and-on-and-on&quot;
           ],
-          &quot;/projects.html&quot;: [
-            &quot;/potemkin/accelerator.html&quot;,
-            &quot;/potemkin/fix-swf/overview.html&quot;,
-            &quot;/potemkin/html-experimente.html&quot;,
-            &quot;/potemkin/typo.html&quot;,
-            &quot;/projects.html&quot;
+          &quot;\/projects.html&quot;: [
+            &quot;\/potemkin\/accelerator.html&quot;,
+            &quot;\/potemkin\/fix-swf\/overview.html&quot;,
+            &quot;\/potemkin\/html-experimente.html&quot;,
+            &quot;\/potemkin\/typo.html&quot;,
+            &quot;\/projects.html&quot;
           ]
         },
         &quot;_crumbs&quot;: {
-          &quot;/potemkin/accelerator.html&quot;: [
-            &quot;/projects.html&quot;,
-            &quot;/potemkin/accelerator.html&quot;,
-            &quot;/potemkin/accelerator.html&quot;
+          &quot;\/potemkin\/accelerator.html&quot;: [
+            &quot;\/projects.html&quot;,
+            &quot;\/potemkin\/accelerator.html&quot;,
+            &quot;\/potemkin\/accelerator.html&quot;
           ],
-          &quot;/projects.html&quot;: [
-            &quot;/projects.html&quot;
+          &quot;\/projects.html&quot;: [
+            &quot;\/projects.html&quot;
           ]
         }
       }
-- 
2.20.1