ezequielc / chromey-calculator

Automatically exported from code.google.com/p/chromey-calculator
1 stars 0 forks source link

operations with negative sign do not work #223

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Enter "2 + (1 - 5)"

What is the expected output?
-2

What do you see instead?
no result shown

What version of Chrome are you using?
40.0.2214.115 m

What operating system are you using?
Windows 7

What country are you in?
Canada

Please provide any additional information below.
If I enter "2 + (5 - 1)" it works just fine and gives 6, but "2 + (1 - 5)" 
produces no output.

Original issue reported on code.google.com by arthurla...@gmail.com on 23 Feb 2015 at 10:58