From 279ed7e25ad6ac1aab8159145a28905dcbb8b498 Mon Sep 17 00:00:00 2001 From: lorenzo puccetti Date: Sat, 25 Apr 2015 21:48:05 +0100 Subject: [PATCH] added reference to yolpo's regression test --- resources/js/lovers.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/js/lovers.js b/resources/js/lovers.js index b9b0817..203c650 100644 --- a/resources/js/lovers.js +++ b/resources/js/lovers.js @@ -54,5 +54,11 @@ var peopleLovePapa = [ name: "Webucator", description: "created a video showing how to use Papa Parse and FileDrop.js to create a drag-and-drop CSV-JSON converter.", quote: "It's often easy to convert data to CSV. With Papa, it's easy to turn that CSV into JSON." - } + }, + { + link: "http://www.yolpo.com/social/gist.github?1dbd4556e748bdb830b3&autoplay=1&interimresults=0&failfast=1", + name: "yolpo", + description: "created a simple regression test for the Papa Parse", + quote: "Papa's api is so intuitive, it took me no time to get it to work" + } ];