the [CONTEXT:blablabla] does not accept dotted keys if the
element is into the context storage intead of as part of the
context itself. This commit permits searching either in the
context or in the storage by resolving as
context.storage['a'].b.c for a [CONTEXT:a.b.c] key
Coverage decreased (-0.02%) to 89.108% when pulling ebf0c59a01b099cb5ab94d2fce664cf4aad03dbf on rmescandon:feat/dotted_keys_in_context_storage into 37102ec0cede686943bb57a53a40136c34ad49de on Telefonica:master.
the [CONTEXT:blablabla] does not accept dotted keys if the element is into the context storage intead of as part of the context itself. This commit permits searching either in the context or in the storage by resolving as context.storage['a'].b.c for a [CONTEXT:a.b.c] key