﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2331	Obfuscator bug with the striponly parameter.	FireFox	Jos	"Hi,
Seems like I'm unlucky these days with the Obfuscator.

Here is the small reproducer :
{{{
#region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#endregion ;**** Directives created by AutoIt3Wrapper_GUI ****

GUICtrlCreateLabel("""", 0, _ ;test
		(0))
ConsoleWrite(""test"" & @crlf)
}}}
There must be a multiple line followed by a comment and on the next line a parenthesis to create the bug.

The functions are only for demonstrative purpose.

Using the latest Obfuscator version.

Regards."	Bug	closed		SciTE4AutoIt	3.3.9.4	None	Fixed	obfuscator striponly	
