12f0f2dbc5
This is still not fully comprehensive, but tests some basic functionality.
16 lines
216 B
Perl
16 lines
216 B
Perl
diagnostics {
|
|
error {
|
|
# An argument named "c" is not expected here.
|
|
from {
|
|
line = 3
|
|
column = 1
|
|
byte = 28
|
|
}
|
|
to {
|
|
line = 3
|
|
column = 2
|
|
byte = 29
|
|
}
|
|
}
|
|
}
|