POTUS: adding failing tests for vice president queries (#1863)

master
Rob Emery 2016-04-24 20:27:37 +01:00
parent bd51f160e3
commit aba6abf7f2
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ ddg_goodie_test(
result => 'Abraham Lincoln'
}
),
'who is the vice president of the united states?' => undef,
'vice president of the united states' => undef
);
done_testing;