packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/multiline-tabs.yaml

extensions: [MultilineStrings]
input: |
  """
  	Line 1
  	Line 2
  	"""
ast: |-
  EString "Line 1\nLine 2"
status: pass
comment: |
  Leading tabs expanded to spaces (8-space tab stops), then common
  indentation stripped. Leading/trailing newlines removed.