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

cannot have space in input values #31

Open
sonalgupta opened this issue Oct 22, 2015 · 1 comment
Open

cannot have space in input values #31

sonalgupta opened this issue Oct 22, 2015 · 1 comment

Comments

@sonalgupta
Copy link

3x define input 'algo' 'bubble Sort'
gives an error
input/algo=/bubble Sort: Invalid character in pattern value bubble Sort for algo.

It's quite a restriction to have only alpha numeric characters in the input values, unless I am missing some way to have input values with space/comma.

@netj
Copy link
Owner

netj commented Oct 24, 2015

No you can't use space in values as the error says. Disallowing space and special characters is a design decision made to be friendly to the underlying filesystem and rest of the parts. You can set any data to a variable in env, e.g., label="bubble Sort" if you absolutely need to keep track of arbitrary strings associated to that value.

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

No branches or pull requests

2 participants