aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/multiline-embedded-tab.yaml
extensions: [MultilineStrings]
input: |
"""
Line with tab character: here
"""
ast: |-
EString "Line with tab character:\there"
status: pass
comment: |
Common indentation stripped. Non-leading tab character preserved in content.