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

User input support quote to quote strings that contain space #22

Closed
Tracked by #2
superxcgm opened this issue Jun 21, 2021 · 0 comments
Closed
Tracked by #2

User input support quote to quote strings that contain space #22

superxcgm opened this issue Jun 21, 2021 · 0 comments
Assignees

Comments

@superxcgm
Copy link
Owner

superxcgm commented Jun 21, 2021

Epic

Process

Description

User can use quote " to indicate single arg that contains space .

AC

Given: User type echo "hello world"
When: Press Enter
Then: Display hello world without quote syntax.

Given: User type echo 'hello world'
When: Press Enter
Then: Display hello world without quote syntax.

Given: User type echo "hello world" 'hi ni'
When: Press Enter
Then: Display hello world hi ni without quote syntax.

Given: User type echo hello world
When: Press Enter
Then: Display hello world without quote syntax.

@superxcgm superxcgm mentioned this issue Jun 21, 2021
32 tasks
@superxcgm superxcgm self-assigned this Jul 4, 2021
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