# this is a test file

# multiline stanzas

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

# end of file
