foundeo / toscript

Converts Tag based CFML to CFML Script
GNU General Public License v3.0
20 stars 9 forks source link

Set statement converts not to ! in text #48

Open BrianOeding opened 2 years ago

BrianOeding commented 2 years ago

<cfset lcError = lcFileName & " not found in Doc>” /> becomes lcError = lcFileName & " !found in Doc”;

KamasamaK commented 2 years ago

Duplicate of #32