Invalid CFML structure found
I'm getting the error "Invalid CFML structure found on line 10019 at column 34."
I know the code at line 10019 (in cfscript) has no problem.
When adding a new line (by enter key at anywhere before the error line) it still gives an error at line 10020,
but when adding one more new line it's OK.
What is the cause?
I have tried several different things like:
add or delete any comment or cftag it's OK.
(or remove a space then OK, but adding a space then gives an error ※after a little modification)
※any modifications after the error line(10019) is not efficient
I use ColdFusion2018 update15, pageEncoding="SJIS".
