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

Negative 0* numbers not highlighted same as positive ones #21

Closed
3 tasks done
zoffixznet opened this issue Dec 18, 2016 · 1 comment
Closed
3 tasks done

Negative 0* numbers not highlighted same as positive ones #21

zoffixznet opened this issue Dec 18, 2016 · 1 comment
Milestone

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Dec 18, 2016

I'm on v1.11.1

Negative 0* numbers not highlighted same as positive ones

Example Code

say  0xDEADBEEF;
say -0xDEADBEEF;
say  0b010;
say -0b010;
say  0o010;
say -0o010;

Picture [optional]

untitled

Leave this in. For internal use.

  • Fixed in Master
  • Has Tests
  • Passes Tests
@samcv samcv added this to the v1.11.2 milestone Dec 18, 2016
@samcv
Copy link
Collaborator

samcv commented Dec 19, 2016

Fixed in v1.11.2 which is now released. Closing.

@samcv samcv closed this as completed Dec 19, 2016
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