Closed silverlyra closed 2 years ago
analysistest.go:446: a/sample.go:10:14: unexpected diagnostic: json(camel): got 'Quux' want 'quux'
This is the expected behavior as you can see here
:thinking: the yaml parser doesn't have the same behavior as json with inline.
In fact, I cannot change the behavior because yaml parser is able to read json
tags...
I'm not happy with the current solution but, for now, I don't see any better solution.
Fixes #8.
Updated the test file to include a
json:",inline"
field. Without the fix, that file fails with: