From ba8bb85c1f4b55d0935746509c9e36269f168464 Mon Sep 17 00:00:00 2001 From: Nathan Hartley Date: Sun, 1 Jan 2023 12:32:08 -0500 Subject: [PATCH] Added test files for a possible bug when trying to render popupBody.html. --- test.json | 9 +++++++++ test.yaml | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 test.json create mode 100644 test.yaml diff --git a/test.json b/test.json new file mode 100644 index 0000000..ce52b41 --- /dev/null +++ b/test.json @@ -0,0 +1,9 @@ +{ + "type": "overpass", + "name": { + "en": "Shop test JSON", + }, + "query": { + "16": "(nwr[shop];);" + } +} \ No newline at end of file diff --git a/test.yaml b/test.yaml new file mode 100644 index 0000000..9781391 --- /dev/null +++ b/test.yaml @@ -0,0 +1,5 @@ +type: overpass +name: + en: Shop test YAML +query: + '16': (nwr[shop];);