From e32ffdcfaf84cd97ed34e7aa8765cf8b5feb2c17 Mon Sep 17 00:00:00 2001 From: Zaahir Moolla Date: Mon, 27 Jun 2016 17:57:33 -0400 Subject: [PATCH] Add failing test to demonstrate trigger change --- t/FlipText.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/FlipText.t b/t/FlipText.t index 56941e3f5..66438e660 100644 --- a/t/FlipText.t +++ b/t/FlipText.t @@ -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;