Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the data_tier_name relgexp in the lexicon to allow numbers. #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

todor-ivanov
Copy link

Fixes: #108

Copy link
Contributor

@vkuznet vkuznet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todor, it is not sufficient as I defined positive and negative expressions in other json files. They are used in unit tests, e.g. please see lexicon_writer_negative.json and its definition:

"data_tier_name": [
        "123",
        "lower"
    ],

which will test numbers and now numbers are allowed, so I would expect that unit test will fail. Please complement this PR with make test results, and pay attention to negative/positive tests. I think you must adjust them too.

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.

Allow numbers in the data_tier_name regular expression
2 participants