tracker issue : CF-4200344

select a category, or use search below
(searches all categories and all time range)
Title:

Empty string isn't little that number

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/LowImpact

Reporter/Name(from Bugbase): Emanuele Cellini / Emanuele Cellini ()

Created: 12/11/2017

Components: Language, Functions

Versions: 2016,11.0,2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 11,0,12,302575 /

Priority/Frequency: Normal / Few users will encounter

Locale/System: / Windows 10 64 bit

Vote Count: 0

Problem Description:
Empty string isn't little that number

Steps to Reproduce:
<cfset a = "">
<cfset b = 3>

<cfif a lte b>
  THIS IS A BUG :)
</cfif>

Actual Result:
"THIS IS A BUG :)"

Attachments:

Comments: