aboutsummaryrefslogtreecommitdiffstats
path: root/test-cases/comment/script.sh
blob: 5f510023bc435816ad8f679f671a18fe8d33f482 (plain) (blame)
1
2
3
4
5
6
set X = good
fun mutate {
    set X = bad
}
# if this were not a comment, command interpolations would be executed: $(mutate)
echo $X