Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make provision for block on next line.#129

Merged
IButskhrikidze merged 1 commit into
amplify-education:mainfrom
rout39574:asr_newlines
Apr 28, 2023
Merged

Make provision for block on next line.#129
IButskhrikidze merged 1 commit into
amplify-education:mainfrom
rout39574:asr_newlines

Conversation

@rout39574

Copy link
Copy Markdown

I think this addresses #97 . It makes it possible for there to be syntax-irrelevant chaff between the title of the block and the definition of the block.

before,
'''
path "sys/auth" {
capabilities = ["read"]
}
'''

parsed, but

'''
path "sys/auth"
{
capabilities = ["read"]
}
'''

did not.

@rout39574 rout39574 requested a review from a team April 14, 2023 18:06
@IButskhrikidze IButskhrikidze merged commit 13eabb6 into amplify-education:main Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants