virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

expression-evaluation_Simulation #165

Open yoogottamk opened 5 years ago

yoogottamk commented 5 years ago

Defect description

Multiple decimal points are allowed

Steps to reproduce

Just load the page, then click the following buttons 9 -> . -> 3 -> . -> 6 and evaluate

Expected result

Such a number does not make sense, so it should not go ahead and try to compute the result. It tries to do so and fails.

Screenshot

stack_calc_fails_again