div. Änderungen
This commit is contained in:
@@ -1284,6 +1284,11 @@ BindingFlags.Instance Or BindingFlags.NonPublic, Nothing, [Control], New Object(
|
||||
invalid.Add(e)
|
||||
Continue For
|
||||
End If
|
||||
' Keine führenden/abschließenden Semikolons
|
||||
If localPart.EndsWith("; ") Then
|
||||
invalid.Add(e)
|
||||
Continue For
|
||||
End If
|
||||
|
||||
' Keine doppelten Punkte
|
||||
If localPart.Contains("..") Then
|
||||
|
||||
Reference in New Issue
Block a user