summaryrefslogtreecommitdiff
path: root/htmlesc.scenario
blob: cb80865ea8ca67cc3906e9ff962f51e8f8e0bb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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