Browse Source

Added test files for a possible bug when trying to render popupBody.html.

master
Nathan Hartley 1 year ago
parent
commit
ba8bb85c1f
  1. 9
      test.json
  2. 5
      test.yaml

9
test.json

@ -0,0 +1,9 @@
{
"type": "overpass",
"name": {
"en": "Shop test JSON",
},
"query": {
"16": "(nwr[shop];);"
}
}

5
test.yaml

@ -0,0 +1,5 @@
type: overpass
name:
en: Shop test YAML
query:
'16': (nwr[shop];);
Loading…
Cancel
Save