SPT: error marker regions broken
The new SPT implementation does not support error markers
test error on Boolean and Int [[ true && [[3]] ]] 1 error
results in:Multiple markers at this line - Type mismatch: eypected Boolean got Int in Logic Operation - No error/warning/note marker - Error/warning/note marker expected at selection(s)
Without exact error markers,
Submitted by Daco Harkes on 5 January 2016 at 18:57test error on Boolean and Int [[ true && 3 ]] 1 error
, the test works fine.
Issue Log
On 6 January 2016 at 16:21 Gabriël Konat tagged spt
On 12 January 2016 at 10:23 Gabriël Konat closed this issue.
Log in to post comments