test(tutorial): cover malformed tutorial.yaml -> WorldLoadException

This commit is contained in:
2026-06-01 21:40:06 +02:00
parent 91f79b1537
commit dbfdf86810
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Malformed on purpose: 'steps' must be a list, not a scalar.
# Used by TutorialLoaderTest to verify parse errors become WorldLoadException.
intro: "bad"
steps: 12345
closingTips: "bad"