Add failing test to demonstrate trigger change

master
Zaahir Moolla 2016-06-27 17:57:33 -04:00 committed by GitHub
parent 369bb20dd3
commit e32ffdcfaf
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ ddg_goodie_test(
'spin text ;hello world;' => build_test(';hello world;','؛pʃɹoʍ oʃʃǝɥ؛'),
'spin text [\'hello\']' => build_test('[\'hello\']','[,oʃʃǝɥ,]'),
'spin text <<"hello\' % & * () = + . #@!^(/world">>' => build_test('<<"hello\' % & * () = + . #@!^(/world">>','<<„pʃɹoʍ/)∨¡@# ˙ + = () ⅋ % ,oʃʃǝɥ„>>'),
'photoshop flip text' => undef
);
done_testing;