Misleading Error: Invalid character '"'
Bug #1940283 reported by
Dirk Zimoch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
New
|
Undecided
|
Unassigned |
Bug Description
When using a tab character in a field, EPICS 7 prints a misleading error message, not hinting at the tab but at the closing(?) quote.
Example 1: field(DESC, "a b")
Example 2: info(TAB, "a b")
Error: Invalid character '"'
at or before """ in path "." file "..." line ...
BTW: Is there a reason why I cannot use a tab in my (info) fields?
To post a comment you must log in.
There is a tab, not a space between a and b in the examples above.