summaryrefslogtreecommitdiff
path: root/htmlesc.scenario
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-01-13 11:59:36 +0200
committerLars Wirzenius <liw@liw.fi>2019-01-13 11:59:36 +0200
commitc14195a0a2e6f9b234cdc247507c2609943498c5 (patch)
treefa77e74ac4dca4978fa2fe74ae0dfcfbd90c461d /htmlesc.scenario
parent89963368ae5560ffb2a3f00ccdc80a6b218cc608 (diff)
downloadcmdtest-c14195a0a2e6f9b234cdc247507c2609943498c5.tar.gz
Fix: undo HTML escaping of code blocks
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