﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2941	Tidy doesn't find Then on a continuation line in a #Tidy_Off block	AlanParry		"This :-[[BR]]

{{{
#Tidy_Parameters/pr=1 /prc=1 /uv=3 /tc=4 /scb /sefc /serc /ewnl

#Tidy_Off
Func Demo ()

    If  True Or _
        True Then
	Local $i = 1
    EndIf

EndFunc
#Tidy_On
}}}

causes "";### Tidy Error: If/ElseIf statement without a then.."" on the If statement.

There is no error when not in the #Tidy_Off block.[[BR]]
There is no error if the If...Then is all on one line.[[BR]]
As far as I can tell, no other #Tidy_Parameters effect the behaviour, but I've shown you what I used anyway.

This is on Tidy version 14.801.1932.0 (August 2014)

Regards
Alan Parry"	Bug	closed		Other	Other	None	Fixed	Tidy #Tidy_Off	
