#! /bin/sh
#
# This file demonstrates which patterns are detected by the check for
# the double square bracket command.
#
# In comments, [[ is allowed ]] since it is not interpreted.

if [[ test ]]; then

[[ test ]]

[[ test ]] || echo

[[

]]

[[:space:]];
