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

Quoting doesn't always work correctly #28

Closed
sigmaSd opened this issue Dec 2, 2022 · 1 comment · Fixed by #30
Closed

Quoting doesn't always work correctly #28

sigmaSd opened this issue Dec 2, 2022 · 1 comment · Fixed by #30
Labels
bug Something isn't working

Comments

@sigmaSd
Copy link
Contributor

sigmaSd commented Dec 2, 2022

import { $ } from "./mod.ts";
const a = "a/b";
await $`mkdir ${a}/c`.printCommand();
> mkdir 'a/b'/c
error: Uncaught (in promise) "Unexpected character.\n  /c\n  ~"
@sigmaSd sigmaSd changed the title Quoting doesn't always work Quoting doesn't always work correctly Dec 2, 2022
@dsherret
Copy link
Owner

dsherret commented Dec 2, 2022

I opened denoland/deno_task_shell#66

@dsherret dsherret added the bug Something isn't working label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants