gvvaughan / lyaml

LibYAML binding for Lua.
gvvaughan.github.io/lyaml
Other
209 stars 34 forks source link

Fixed emiiter not getting `plain_implicit` and `quoted_implicit` from lua (#36) #37

Closed Avril112113 closed 4 years ago

Avril112113 commented 4 years ago

Fixed emiiter not getting plain_implicit and quoted_implicit from lua

Issue Ref: #36

gvvaughan commented 4 years ago

Awesome, thanks!

Your specs looked good by inspection, and after merging to master Travis CI is happy with the new test cases. I'll push a new point release out before the weekend. Thanks again.

Avril112113 commented 4 years ago

I already knew travis was happy, I set it up in my repo to test it in the first place as I could not run the tests on my machine (too complex and time consuming to setup on windows). No problem, It fixes a bug that I needed fixed so why not get it fixed for all who may need it right? PS: I find it funny that a 2 year old project got a bug fix.