summaryrefslogtreecommitdiff
path: root/htmlesc.scenario
diff options
context:
space:
mode:
Diffstat (limited to 'htmlesc.scenario')
-rw-r--r--htmlesc.scenario13
1 files changed, 13 insertions, 0 deletions
diff --git a/htmlesc.scenario b/htmlesc.scenario
new file mode 100644
index 0000000..cb80865
--- /dev/null
+++ b/htmlesc.scenario
@@ -0,0 +1,13 @@
+An HTML escaping scenario
+=========================
+
+Test HTML escapes in IMPLEMENTS code. At some point after Debian 9 was
+released, the Python markdown library yarn uses started to HTML escape
+code blocks. This breaks any shell scripts that use redirection. Make
+sure this works.
+
+ SCENARIO html escaping
+ THEN greet
+
+ IMPLEMENTS THEN greet
+ echo hello > /dev/null