Skip to content

Parse error with comment #2

@gtraxx

Description

@gtraxx

Hi , the plugin works fine except it is sensitive to smarty comment.

Example with error :

{switch $message}
{********* Success *********}
{case 'add' break}
    {** Add **}
{/switch}

Example without error :

{switch $message}
{case 'add' break}
    {** Add **}
{/switch}

Tested with smarty 3.1.31

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