MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
417 stars 21 forks source link

Error output starts with line number `0` #115

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

Error output starts with line number 0. It should start with 1.

image