]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/parser/heredoc7.0
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / parser / heredoc7.0
1 # $FreeBSD$
2
3 # Some of these created malformed parse trees with null pointers for here
4 # documents, causing the here document writing process to segfault.
5 eval ': <<EOF'
6 eval ': <<EOF;'
7 eval '`: <<EOF`'
8 eval '`: <<EOF;`'
9 eval '`: <<EOF`;'
10 eval '`: <<EOF;`;'
11
12 # Some of these created malformed parse trees with null pointers for here
13 # documents, causing sh to segfault.
14 eval ': <<\EOF'
15 eval ': <<\EOF;'
16 eval '`: <<\EOF`'
17 eval '`: <<\EOF;`'
18 eval '`: <<\EOF`;'
19 eval '`: <<\EOF;`;'