more test and fixes
[catagits/CatalystX-HelpText.git] / t / lib / TestApp / root / difficult
diff --git a/t/lib/TestApp/root/difficult b/t/lib/TestApp/root/difficult
new file mode 100644 (file)
index 0000000..02c35e9
--- /dev/null
@@ -0,0 +1,8 @@
+[% help_text("undocumented") %]
+[% help_text(no_pass) %]
+[%
+  help_text( "pass" );
+  help_text  ( "pass");
+  help_text( 'pass' );
+  help_text  ( 'pass');
+%]
\ No newline at end of file