gdt-dev / gdt

Go Declarative Testing
Apache License 2.0
4 stars 2 forks source link

ensure all parse-time errors show line/col in YAML #14

Closed jaypipes closed 1 year ago

jaypipes commented 1 year ago

To give users the most useful information about a syntax or parse-time error in their gdt tests, make sure that all parse-time error functions accept a *yaml.Node parameter that we can grab line/column information.`