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
ini-file:
[section] var = "var_value" vartwo= "var_two_value"
error message: line 86: syntax error near unexpected token ('`
line 86: syntax error near unexpected token
debug I caught what is causing the error. As you can see, the spaces have not been removed.
bash version I have tested this in wsl and cygwin. ubuntu wsl
cygwin
Thanks, Azat
The text was updated successfully, but these errors were encountered:
After adding this changes #41 everything works fine
Sorry, something went wrong.
Set this as a fail test case would help
No branches or pull requests
ini-file:
error message:
line 86: syntax error near unexpected token
('`debug
I caught what is causing the error. As you can see, the spaces have not been removed.
bash version
I have tested this in wsl and cygwin.
ubuntu wsl
cygwin
Thanks,
Azat
The text was updated successfully, but these errors were encountered: