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

Toml doesn't allow Windows path #64

Open
parkavi11 opened this issue May 19, 2020 · 0 comments
Open

Toml doesn't allow Windows path #64

parkavi11 opened this issue May 19, 2020 · 0 comments

Comments

@parkavi11
Copy link

When I give a Windows path like "D:\Parkavi\Test\TomlTestProject" in the toml, it does not work, instead I have to give path within single quotes. Even when I try to give with escaping characters within double quotes, it does not work. I created an issue in the toml language spec and please find the below link where I created the issue earlier.
toml-lang/toml#716

When I give path as below:

dependencies]
"parkavi2/test1" = {path = "..\\TestProject\\target\\balo\\test1-2020r1-any-0.1.0.balo"}

I get an output as

TestProject/       argealo/        est1-2020r1-any-0.1.0.balo
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

1 participant