#
# This file tests the INCLUDE directive with print filters
#

# INCLUDE using 'sr' (search/replace) print filter

fred-> This is a quoted block
fred-> This is the next line

> T    
> T    


# INCLUDE using 'escape' (escape characters) print filter

Madam, I\'m Adam.
\"Enough of that\", she said.


# INCLUDE using both a filter and a print formatter
[  ]
[ Madam, I\'m Adam. ]
[ \"Enough of that\", she said. ]






