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

Number System_Simulation_Unary Systems #368

Open chinnusai25 opened 5 years ago

chinnusai25 commented 5 years ago

Defect description: If only one input is given(as second unary value) ,it should show the message as "Another input is required!!!!",but instead it's performing the operation as if first unary input is also given and landing up with a page which recursively decreasing the count value .

Steps to reproduce the issue : Data structures lab -> List of Experiments -> Number Systems -> Simulation -> Unary systems

Test step link: http://cse01-iiith.vlabs.ac.in/exp1/Simulation.html?domain=Computer%20Science&lab=Data%20Structures#

Expected result: Message showing "Another input is required",should be displayed on the screen.

Actual result: It's landing up with a page which recursively decreasing the count value.

Screen shot: Screenshot from 2019-03-18 16-53-52 Screenshot from 2019-03-18 16-54-25