Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix LTSV formatter to split by hard tab not string '\t' #162

Closed
wants to merge 2 commits into from

Conversation

bonty
Copy link

@bonty bonty commented Feb 13, 2016

Hello,

I found LTSV formatter split values by string '\t' not hard tab.
I fixed it and write some spec.

Thanks.

@benlovell
Copy link
Collaborator

Hey @bonty, thanks for this. I've got a PR building (#163) that once merged, you should be able to rebase on to squish those unrelated rubocop violations.

@@ -24,4 +24,8 @@
it 'escapes escape sequences as value' do
expect(subject).to include('will_escaped:\\t')
end

it 'should be splitted by tab' do
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to more definitive language, perhaps it 'is separated by hard tabs' do?

@bonty
Copy link
Author

bonty commented Feb 14, 2016

@benlovell Thank you for your review! I've rebased and fixed code that you pointed out.

@benlovell benlovell closed this in 75acb4e Feb 15, 2016
@benlovell
Copy link
Collaborator

Thanks ❤️

@bonty bonty deleted the fix-ltsv-formatter branch February 16, 2016 02:02
@bonty
Copy link
Author

bonty commented Feb 16, 2016

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants