Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created September 6, 2010 02:35
Show Gist options
  • Save ingydotnet/566565 to your computer and use it in GitHub Desktop.
Save ingydotnet/566565 to your computer and use it in GitHub Desktop.
%TestML 1.0
zip(*key.Lines.Chomp, *values.Lines.Chomp).JSON == *hash;
=== Fruity Colors
--- keys
apple
orange
grape
--- values
red
orange
green
--- hash
{"apple":"red","grape":"green","orange":"orange"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment