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

extra character "\" when dart process pass argument end with "\" #23786

Open
Ticore opened this issue Jul 4, 2015 · 0 comments
Open

extra character "\" when dart process pass argument end with "\" #23786

Ticore opened this issue Jul 4, 2015 · 0 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@Ticore
Copy link

Ticore commented Jul 4, 2015

windows 8, dart sdk 1.12.0-dev.1.1

import 'dart:io';
main() async {
  print((await Process.run('cmd', ['/c', r'echo c:\'])).stdout);
  // output with extra character: c:\\
  print((await Process.run('cmd', ['/c', r'echo c:\.'])).stdout);
  // output normal: c:\.
}
@dgrove dgrove added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io and removed Area-NONE labels Jul 9, 2015
@bkonyi bkonyi self-assigned this Jun 21, 2018
@bkonyi bkonyi removed their assignment Jun 11, 2019
@sortie sortie added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants