Skip to content

\n and \" not working #19

@SilverLous

Description

@SilverLous

Describe the bug

\n and \" in strings are taken as their literal values

Reproduction Steps

Scriptname BackSlashTest extends Quest

Event OnInit()
Debug.Trace( "This is a \"Test\" \nWith a new Line! ")
EndEvent

Expected Behavior

This is a "Test"
With a new Line!

Current Behavior

This is a "Test" \nWith a new Line!

Additional Information/Context

No response

Compiler version

Release V 0.0.4 - 2026.03.15

Environment details (OS name and version, etc.)

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions