-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
enhancementAn enhancement to the tooling or structure of the suite (as opposed to a new test).An enhancement to the tooling or structure of the suite (as opposed to a new test).missing testA request to add a test to the suite that is currently not covered elsewhere.A request to add a test to the suite that is currently not covered elsewhere.
Description
Currently, all tests cover only the case where $dynamicRef
contains a plain name fragment, e.g.:
{
"$dynamicRef": "#items"
}
I believe we need more test cases because the question "what will happen if $dynamicRef
will contain something but plain name fragment" seems to be popular from people like me who try to investigate how dynamic scope works. And it's confusing that there are no official examples nor in the spec and in the tests.
Metadata
Metadata
Assignees
Labels
enhancementAn enhancement to the tooling or structure of the suite (as opposed to a new test).An enhancement to the tooling or structure of the suite (as opposed to a new test).missing testA request to add a test to the suite that is currently not covered elsewhere.A request to add a test to the suite that is currently not covered elsewhere.