virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Expression Evaluation_simulation #487

Open KanishAnand opened 5 years ago

KanishAnand commented 5 years ago

Defect Description In logical operator section when I run the code, in the code output both 1st and second point are incomplete. There is no word after Here in line "Here have higher..." Steps to reproduce Go to simulation of expression eval experiment then select logical operator from top and run the code and see code output carefully. Expected Result The lines of code output should be -- "Here && have higher....." and "Here || have higher..." Actual Result -- "Here have higher....." and "Here have higher..."

Screenshot from 2019-03-22 17-53-44

KanishAnand commented 5 years ago

issue fixed commit id: https://github.com/virtual-labs/computer-programming-responsive-iiith/pull/488/commits/1c96b98c9d89991b871e09339e1ad8284ddbf1d7

KanishAnand commented 5 years ago

re-fixed (unnecessary lines removed) commit id : https://github.com/virtual-labs/computer-programming-responsive-iiith/pull/488/commits/e49aa44c5a7b084c1aaec20f10d3f8a642f97e6a

KanishAnand commented 5 years ago

final fix commit id : https://github.com/KanishAnand/computer-programming-responsive-iiith/commit/f01dda09c742413312444bbd744990e59c9a7cfe

DevikaBoddu commented 5 years ago

Valid fix : @KanishAnand