#
# This file tests the INCLUDE directive
#



INCLUDE header with default title: "Default MetaText Title"
# ======================================================================== 
# This is the file lib/header
# 
# Title: Default MetaText Title
# ========================================================================


--
INCLUDE header with specific title: "Some Title"
# ======================================================================== 
# This is the file lib/header
# 
# Title: Some Title
# ========================================================================


--
INCLUDE footer with default copyright message

# ======================================================================== 
# This is the file lib/footer
# 
# (C) Copyright 1998 Andy Wardley
# ========================================================================


--
INCLUDE footer with specific copyright message

# ======================================================================== 
# This is the file lib/footer
# 
# (C) Copyright 1990-1998 Andy Wardley
# ========================================================================


==