#4105 new Bug

bug with ContinuationLine after directive — at Initial Version

Reported by: mLipok Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.0 Severity: None
Keywords: Cc:

Description

Repro script

_Example()
Func _Example()
        #TODO => test _
        ConsoleWrite("! " & @CRLF)
EndFunc   ;==>_Example

Error output

---------------------------
AutoIt Error
---------------------------
Line 2  (File "Z:\test.au3"):

Func _Example()ConsoleWrite("! " & @CRLF)

Error: Illegal text at the end of statement (one statement per line).
---------------------------
OK   
---------------------------
_Example()
Func _Example()
        #Region - test _

        #EndRegion - test _
        ConsoleWrite("! " & @CRLF)
EndFunc   ;==>_Example

result:

---------------------------
AutoIt Error
---------------------------
Line 2  (File "Z:\test.au3"):

Func _Example()ConsoleWrite("! " & @CRLF)

Error: Illegal text at the end of statement (one statement per line).
---------------------------
OK   
---------------------------

I'm not sure if this is bug or not

Please consider to fix this.

Change History (0)

Note: See TracTickets for help on using tickets.