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

[ 2374936 ] 'One character' key names #357

Closed
HolQue opened this issue Oct 24, 2024 · 4 comments
Closed

[ 2374936 ] 'One character' key names #357

HolQue opened this issue Oct 24, 2024 · 4 comments

Comments

@HolQue
Copy link
Collaborator

HolQue commented Oct 24, 2024

The naming convention tells: Key names have to start with a letter, digit or underscore.

But what happens if the key name consists of only one single character?

The following combinations work properly, except the one that is commented out:

"A" : 1,
"check01"   : ${A},
// "0" : 2,
// "check02"   : ${0},
"_" : 3,
"check03"   : ${_}

The combination

"0" : 2,
"check02"   : ${0}

causes:

'The parameter '${0}' is not available!'!

But in my opinion this should be allowed.

@test-fullautomation
Copy link
Owner

"0" : 2,
"check02"   : ${0}

starts with a digit, so should be allowed.

@namsonx namsonx self-assigned this Dec 25, 2024
@namsonx
Copy link
Collaborator

namsonx commented Dec 26, 2024

The fix was pushed to stabi branch
Ready for ROBFW-AIO 0.13.2

@HolQue
Copy link
Collaborator Author

HolQue commented Jan 3, 2025

Retest successful. Issue can be closed.

@ngoan1608 ngoan1608 changed the title 'One character' key names [ 2374936 ] 'One character' key names Jan 17, 2025
@test-fullautomation
Copy link
Owner

part of 0.13.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants