Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 blade brace without space occurs error #203

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

shufo
Copy link
Owner

@shufo shufo commented Jan 29, 2021

Description

This pr fixes format error on brade brace without spaces between braces like below

<title>{{$user}}{{$name}}</title>

It should be format to

<title>{{ $user }}{{ $name }}</title>

brade brace like {{$name}}{{$price}} causes format error
@shufo shufo self-assigned this Jan 29, 2021
@shufo shufo added the bug Something isn't working label Jan 29, 2021
@shufo shufo merged commit 25c177c into master Jan 29, 2021
@shufo shufo deleted the fix/blade-brace-without-space branch January 29, 2021 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant