ohler55 / ox

Ruby Optimized XML Parser
http://www.ohler.com/ox
MIT License
900 stars 76 forks source link

Add execute bit to test/sample.rb script #315

Closed nschonni closed 1 year ago

nschonni commented 1 year ago

Was flagged by rubocop, so ran git update-index --chmod=+x test/sample.rb to add the bit

ohler55 commented 1 year ago

The checked in sample.rb has contents. That seems to be removed in this PR.

nschonni commented 1 year ago

Yeah, the diff when you change only the file permisisons is a bug I reported to GitHub years ago, but has never been fixed. The think to look at in the diff is the change of permissions from 644 -> 755 at the top image You can confirm the file is still in the branch for the PR here https://github.com/nschonni/ox/blob/sample-execute/test/sample.rb

ohler55 commented 1 year ago

thanks