fbp icon indicating copy to clipboard operation
fbp copied to clipboard

Whitespace after process name generates new name

Open jonnor opened this issue 8 years ago • 0 comments

Example:

name(ComponentA)
shouldbename (ComponentB)

Expected: Either the instance of ComponentB is given identifier 'shouldbename', OR an error is raised that this is invalid.

Actual: The instance of ComponentB gets assigned a random identifier (as if it was an anonymous)

jonnor avatar Oct 16 '17 17:10 jonnor