Closed zmay2030 closed 2 years ago
Fix #231
I added a new TestTypePosition test under schema_test.go because the current TestSchemaDocument dumps AST and ast's dumper omits Position.
TestTypePosition
schema_test.go
TestSchemaDocument
Position
Coverage increased (+0.1%) to 88.666% when pulling 91372b1574b3c58a43076ccdf77905c77b8f58f6 on Aven30:fix-231 into 88d959079fbac2ecab92f657550ee52ca3c2470b on vektah:master.
Thanks!
Fix #231
I added a new
TestTypePosition
test underschema_test.go
because the currentTestSchemaDocument
dumps AST and ast's dumper omitsPosition
.