Kappa-Dev/KappaTools

Problematic error location

Closed this issue · 1 comments

The following rules produce a badly located error message
/* Rules */
'a.b' A(x[.]),B(x[.]) -> A(x[1]),B(x[1]) @ 'on_rate'
'a..b' A(x[1/]),B(x[1/.]) @ 'off_rate' //AB dissociation

The error being in the second line 1/ should be 1/.

With one blank line:
Capture

With two blank lines:
Capture

Seems like the GUI really wants to mark line 3, regardless of where the issue is...