Open
Description
Description:
In the "Learn GDScript From Zero" module, Section 2: Value Types, specifically in "Displaying the player's health energy", I noticed an issue with the test validation.
When I add quotation marks to 80, run the program, remove the quotation marks, and run the program again, the test is marked as successful, even though the expected syntax is not followed.
It seems that the test validation is not correctly checking the code execution. Could you please look into this?