Hacker News new | ask | show | jobs
by goshx 4073 days ago
I like it!

I found that it doesn't like "=" in the transformation result.

2 comments

I also noticed this:

  foo, bar
  baz, bog

  first="foo", second="bar"

  first"foo", second"bar"
  first"baz", second"bog"
Will look into that. Thanks for the feedback!