packages feed

language-dickinson-0.1.1.0: test/data/multiStr.dck

%-

(:def strangeChar
  '''
  I saw my boss' dog today
  ''')

(:def doubleIndent
    '''
    I saw my boss' dog today
    ''')

(:def indented
    '''
    hello
      world
    ''')

(:def empty
  '''
  ''')

(:def main
  '''
  This is a multi-line string
  '''
  )