Skip to content

Incorrect assignment of String to variable instead of Boolean #193

@mouradkaroudi

Description

@mouradkaroudi

I expect the following statement {% assign cond = name == 'Mourad' %} to return True or False (name == 'Mourad'), but instead, it assigns the string Mourad to variable cond. // cond = 'Mourad'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions