aboutsummaryrefslogtreecommitdiffstats
path: root/todo
blob: bdffd06e62f709329bc5b3e591b1e40feb86091f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"Callow Jushi",
"Coerced Confession",
"Khalni Hydra",
"Nightmare",
"Shivan Dragon",
"Disrupting Shoal",
"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 }'