X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Fendless_loop_bug.html;fp=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Fendless_loop_bug.html;h=4460837a258e924d1176710946f879dde6b1e34e;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html b/vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html new file mode 100644 index 000000000..4460837a2 --- /dev/null +++ b/vendor/cebe/markdown/tests/markdown-data/endless_loop_bug.html @@ -0,0 +1,9 @@ +

Creating an Action

+

For the "Hello" task, you will create a say action that reads +a message parameter from the request and displays that message back to the user. If the request +does not provide a message parameter, the action will display the default "Hello" message.

+

Info: Actions are the objects that end users can directly refer to for + execution. Actions are grouped by controllers. The execution result of + an action is the response that an end user will receive.

+
+

Actions must be declared in ...