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

Paste figures with spaces should either cut or ignore spaces #207

Open
HectorB-2020 opened this issue Mar 14, 2022 · 0 comments
Open

Paste figures with spaces should either cut or ignore spaces #207

HectorB-2020 opened this issue Mar 14, 2022 · 0 comments

Comments

@HectorB-2020
Copy link

HectorB-2020 commented Mar 14, 2022

Expected behaviour

Numbers with spaces as a thousand separator such as 123 456 copied from different sources should not generate errors.
Ideally spaces should be either ignored and preserved or cut making 123 456 -> 123456

Actual behaviour

Numbers with spaces such as 123 456 copied from different sources produce errors "Malformed expression".
When spaces are manually deleted, the program successfully proceeds.

Steps to reproduce the behaviour

  1. Start mate-calc.
  2. Copy digits with space as a thousand separator like 123 456.
  3. Paste them in the the program with Ctrl-V
  4. Add + 25 Enter
  5. Confirm error "Malformed expression".

MATE general version

1.26.0
1.24.0

Package version

mate-calc --version
mate-calc 1.26.0
mate-calc --version
mate-calc 1.24.0

Linux Distribution

Ubuntu 21.10
Ubuntu 20.04 LTS

Link to bugreport of your Distribution (requirement)

https://bugs.launchpad.net/ubuntu/+source/mate-calc/+bug/1964810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants