Jeremy Cook
Jeremy Cook
Happy to join you on a Zoom call to look into this. I don't have a unit test yet but I can look to add one today.
I'm wondering if a similar approach to `JsonJacksonApprovals` would work here too.
Added a draft pull request #473 with a couple of tests to show the discrepancies I'm seeing. Strangely, I couldn't verify that `&` is being converted to `&`, even though...
I'm also having this problem on OSX and can confirm that the same fix works.
I'm using RVM and the output of ruby -v is 2.3.1. Maybe the plugin install is defaulting to the system Ruby - let me check to make sure the Ruby...
That was the problem - rvm was using 2.2.0. After installing 2.3.1 and setting it as the default all is good, thanks!
@kichik the problem disappeared for me when I upgraded the version of Ruby my shell uses, not the bundled Vagrant one. Maybe that would help? I was using Ruby 2.2.0...
What's the output of running `unison -version` inside the box?