We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update of
public:publickey@alice
through at_client.put method fails. Underlying cause is regex issue in at_commons
run the below unit test
test('Validate reserved publickey', () { String key = 'public:publickey@alice'; var type = RegexUtil.keyType(key, false); expect(type, KeyType.reservedKey); var match = RegexUtil.matchAll(Regexes(false).reservedKey, key); expect(match, true); });
The key should be considered as a reserved key and the unit test should pass
No response
The text was updated successfully, but these errors were encountered:
sitaram-kalluri
No branches or pull requests
Describe the bug
Update of
through at_client.put method fails.
Underlying cause is regex issue in at_commons
Steps to reproduce
run the below unit test
Expected behavior
The key should be considered as a reserved key and the unit test should pass
Screenshots
No response
Smartphones
No response
Were you using an atApplication when the bug was found?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: