# this is a test file

# multiline stanzas

begin environment
  plan 1
end

begin test
  send 1 2 3 \
       4 5 6
  desc multiline test
  expect 7 8 9\
         10\
         11\
         12
end

# end of file
