microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Ensure proper spans on lexer errors with surrogate characters #2515

Closed CarlosFigueiraMSFT closed 4 days ago

CarlosFigueiraMSFT commented 5 days ago

The lexer doesn't return the proper span for errors with surrogate characters (e.g., Set(🍰, 1)). This fixes it.