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

Splitter doesn't handle & anywhere #49

Open
tucamsam opened this issue Apr 27, 2017 · 1 comment
Open

Splitter doesn't handle & anywhere #49

tucamsam opened this issue Apr 27, 2017 · 1 comment

Comments

@tucamsam
Copy link

tucamsam commented Apr 27, 2017

Can't order any PB&J or M&Ms:

M&Ms - $12
Mom
PB&J - $13
PBJ Lover

Similarly, can't use & to connect names:

$12
M&M
$13
PB&J

@GustavoFernandes
Copy link
Owner

GustavoFernandes commented Apr 27, 2017

The formatting is not correct. If you change it to

M&Ms - $12
Label for:Mom
PB&J - $13
Label for:PBJ Lover

and similarly

$12
Label for:M&M
$13
Label for:PB&J

it seems to work correctly. There is an issue to handle hand-written orders (#46).

dumbbillyhardy pushed a commit to dumbbillyhardy/order-splitter that referenced this issue Sep 3, 2017
…ommon-back

Move common directory to root
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

2 participants