fix: #23 #28 #35 list with map of lists issue #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋 I ran into the same issue as in #23 #28 and #35 today. it looks like #28 hasn't been updated so took the tweaks that they had made and put them here. I made a bit more elaborate of a test based on the exact issue I encountered. with the changes in my local vendored copy things are working as expected!
I also changed the test here to expect failure as I dont think that is valid?
at least the above complains in yaml validators and such and with the tweaks in this pr it raises the expected UnexpectedToken error.
unrelated, but I also think that with the recent changes the test package may need to get included in build.zig.zon since the build file imports from there -- works fine for local/vendored but not when including in my build.zig.zon as dep. happy to make another quick patch for this or can include here if wanted.looks like sorted by #51 :)im super new to zig so hopefully this is all cool. thanks for making this package! 🥳
edit to include before/after output:
before:
and after: