feat: add start column and end column to position struct
This commit is contained in:
@@ -46,6 +46,7 @@ func (l *LexerTokenStructTestSuite) WithFreeFloating() {
|
||||
}
|
||||
|
||||
func (l *LexerTokenStructTestSuite) Run() {
|
||||
l.t.Helper()
|
||||
config := conf.Config{
|
||||
Version: &l.Version,
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@ func (p *ParserErrorTestSuite) UsePHP8() {
|
||||
}
|
||||
|
||||
func (p *ParserErrorTestSuite) Run() {
|
||||
p.t.Helper()
|
||||
config := conf.Config{
|
||||
Version: &p.Version,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user