aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2016-08-15 15:30:27 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2016-08-15 15:30:27 +0200
commit7f80ab416a708e5c31116b9af7295af673d116d7 (patch)
tree27e0974b2b583b750d461aaac075190ebe9f3a39 /todo
parent8cb35b358563e5a81ad9e4aceb123b85222cf4cc (diff)
Added more filtering tests, almost done
Diffstat (limited to 'todo')
-rw-r--r--todo3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo b/todo
index 773f365..bdffd06 100644
--- a/todo
+++ b/todo
@@ -7,4 +7,7 @@
"Sorin Markov",
"Ugin's Construct",
+assertEquals("Wrong list size.", 1, testCards.size());
+assertEquals("Callow Jushi", testCards.get(0).name.get());
+
cat test/testcards.json | sed -e "s/,/,\n/g" | awk '/cmc/ { r = gensub(/.+?\":\"(.+?)\".+/, "\"\\1\",", "g"); print r }' \ No newline at end of file