Skip to content

tests: add test against illegal-annotation bug#123

Merged
da-h merged 1 commit intov5-devfrom
illegal_annotation_bug
Dec 20, 2022
Merged

tests: add test against illegal-annotation bug#123
da-h merged 1 commit intov5-devfrom
illegal_annotation_bug

Conversation

@da-h
Copy link
Copy Markdown
Owner

@da-h da-h commented Dec 20, 2022

This PR adds a failing test case to the v5-dev branch.

The issue is that the registration method

def register(mf):
    mf.register_defaults({
        "annotation": lambda: 10,
        "annotation.bug": lambda: 10
    })

succeeds for the first line registering state["annotation"], but **fails for the second line registering state["annotation.bug"].

Merging this failing test because any further development of v5 should fix this issue first.

@da-h da-h merged commit dd0c88e into v5-dev Dec 20, 2022
@da-h da-h requested a review from sbrodehl December 20, 2022 11:33
@da-h da-h deleted the illegal_annotation_bug branch December 20, 2022 11:34
@da-h da-h mentioned this pull request Jan 9, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant