supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Engine crashes when an end tag is missing #39

Open mgrijalva opened 10 years ago

mgrijalva commented 10 years ago

Missing end tags cause a crash, and it is not noted that verification failed in the log.

Setup a xml file like this:

<tile>
    <text>Hello world!</text>
    <link>
        <file>start.xml</file>
        <text>Move along
    </link>
</tile>

Logger output:

[15:40:27] Starting verication of .gamefiles/start.xml