Script Corruption Bug re: quotes in comments?

Discuss Lemur and share techniques.
Post Reply
ForestCat
Regular
Posts:59
Joined:02 Mar 2012 21:00
Script Corruption Bug re: quotes in comments?

Post by ForestCat » 21 Aug 2015 17:42

OK, try this:

1. New template
2. Create a new script, name doesn't matter, I used "test"
3. In the script, type: decl x = 1;
4. Hit ENTER, click Project, go back to test, the declaration should be there.
5. Create a newline at the top of the script
6. type "comment" (with the quotes)
7. Click Project
8. Click test, and look at what happened to the script??????

I found this because I was getting XML parse errors in a script after editing it and adding comments.

oldgearguy
Regular
Posts:315
Joined:02 Nov 2013 11:19

Re: Script Corruption Bug re: quotes in comments?

Post by oldgearguy » 04 Sep 2015 17:56

We ran into this some time ago as well: http://forum.liine.net/viewtopic.php?f= ... ent#p15394

Even lines that are commented out using // were being parsed

Post Reply