Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Medium Target-2.5.5
New issue 686 by pekka.klarck: Better error message when using extended
variable syntax and variable not found
http://code.google.com/p/robotframework/issues/detail?id=686
When using the extended variable syntax like ${var.attr} and there's no
variable ${var}, the error message should explicitly say that the base
variable was not found. This would be especially useful when the framework
uses different base name than the user expects.