Skip to content

Quoted quotes breaks conversion #33

Open
@chapmandu

Description

@chapmandu

It seems that the single quote contained in double quotes is preventing the code afterward from being converted.

<cfset foo = get(where="mycolumn IN (#ListQualify(myList, "'")#)")>
<cfif true>
    <cfset bar = false>
</cfif>

converts to:

foo = get(where="mycolumn IN (#ListQualify(myList, "'")#)")>
<cfif true>
    <cfset bar = false>
</cfif;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions