learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Incorrect test validation in "Learn GDScript From Zero" - Section 26, "Displaying the player's health energy"

Open GridyJenkins opened this issue 9 months ago • 0 comments

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?

GridyJenkins avatar Mar 20 '25 18:03 GridyJenkins