# ----------------------------------------------------
# Test 01: create file with keep
# ----------------------------------------------------
# - makesure that the file being created is still held with keep

test1: test .symbolic
    @-diff test.2 test.3
test: .symbolic
    @-diff <<test.1 <<test.2
HELLO
BOO#me
<<KEEP
HELLO
BOO2
<<KEEP
    @-diff test.1 <<test.3
HELLO1
BOO#me
<<KEEP
