feat: add start column and end column to position struct

This commit is contained in:
Laytan Laats
2023-03-26 01:54:00 +01:00
parent 92019441d0
commit 7c12f73974
19 changed files with 316 additions and 109 deletions

View File

@@ -46,6 +46,7 @@ func (l *LexerTokenStructTestSuite) WithFreeFloating() {
}
func (l *LexerTokenStructTestSuite) Run() {
l.t.Helper()
config := conf.Config{
Version: &l.Version,
}

View File

@@ -34,6 +34,7 @@ func (p *ParserErrorTestSuite) UsePHP8() {
}
func (p *ParserErrorTestSuite) Run() {
p.t.Helper()
config := conf.Config{
Version: &p.Version,
}