foundeo / toscript

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

<cfabort showerror="aaaaa"> doesn't translate correctly #23

Closed nikhildevre closed 7 years ago

nikhildevre commented 7 years ago

Expected outcome:

< cfabort showerror="aaaaa" > should translate to

abort "aaaaa";

Current outcome:

abort;