forked from MapComplete/MapComplete
First steps to a real testing framework: first working version with mocha, chai and doctest-ts
This commit is contained in:
parent
edc366149b
commit
4f4fc650b1
42 changed files with 9032 additions and 9275 deletions
|
@ -671,14 +671,16 @@
|
|||
"amenity=",
|
||||
"disused:amenity:={amenity}"
|
||||
]
|
||||
},
|
||||
"extraDeleteReasons": [{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}]
|
||||
},
|
||||
"extraDeleteReasons": [
|
||||
{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"allowMove": true,
|
||||
"mapRendering": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue