1230972Srmh# $FreeBSD: releng/11.0/bin/sh/tests/parser/no-space1.0 218891 2011-02-20 17:28:58Z jilles $
2230972Srmh
3230972Srmh# These are ugly but are required to work.
4230972Srmh
5230972Srmhset -e
6230972Srmh
7230972Srmhwhile(false)do(:)done
8230972Srmhif(false)then(:)fi
9230972Srmhif(false)then(:)else(:)fi
10230972Srmh(:&&:)||:
11230972Srmhuntil(:)do(:)done
12230972Srmhcase x in(x);;*)exit 1;(:)esac
13230972Srmhcase x in(x);;*)exit 1;;esac
14230972Srmhfor i do(:)done
15230972Srmh{(:)}
16230972Srmhf(){(:)}
17230972Srmh:|:
18230972Srmh(:)|(:)
19230972Srmh