forked from MapComplete/MapComplete
Chore: add test case
This commit is contained in:
parent
cd9901d701
commit
fee79a198e
1 changed files with 7 additions and 0 deletions
|
@ -179,6 +179,13 @@ export class AddQuestionBox extends DesugaringStep<LayerConfigJson> {
|
||||||
* const tagRenderings = [{id:"questions", render: {"*": "{questions()}" } }]
|
* const tagRenderings = [{id:"questions", render: {"*": "{questions()}" } }]
|
||||||
* const conv = action.convert({tagRenderings}, ConversionContext.construct(["test"], []))
|
* const conv = action.convert({tagRenderings}, ConversionContext.construct(["test"], []))
|
||||||
* conv.tagRenderings // => [{id:"questions", render: {"*": "{questions()}" } }]
|
* conv.tagRenderings // => [{id:"questions", render: {"*": "{questions()}" } }]
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* // If a partial questionbox is added, should not add "hidden" to the blacklist
|
||||||
|
* const action = new AddQuestionBox()
|
||||||
|
* const tagRenderings = [{id:"questions-some-category", render: {"*": "{questions(whitelist,blacklist,)}" } },{id:"questions-black", render: {"*": "{questions(blacklist)}" } }]
|
||||||
|
* const conv = action.convert({tagRenderings}, ConversionContext.construct(["test"], []))
|
||||||
|
* conv.tagRenderings // => [{id:"questions-some-category", render: {"*": "{questions(whitelist,blacklist,)}" } },{id:"questions-black", render: {"*": "{questions(blacklist)}" } }, {id:"leftover-questions",labels: ["ignore-docs","added_by_default"], render: {"*": "{questions( ,hidden;blacklist;whitelist)}" } }]
|
||||||
*/
|
*/
|
||||||
convert(json: LayerConfigJson, context: ConversionContext): LayerConfigJson {
|
convert(json: LayerConfigJson, context: ConversionContext): LayerConfigJson {
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue