Skip to content

[Bug]: Links in blade views are misplaced after multibyte characters. #364

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

Open
henriquebremenkanp-rakuten opened this issue Apr 11, 2025 · 1 comment · May be fixed by laravel/vs-code-php-parser-cli#19
Assignees
Labels

Comments

@henriquebremenkanp-rakuten

Extension Version

1.0.7

PHP Binary

Docker

Operating System

Linux

What happened?

Image

Doesn't have to be japanese characters, this also happens with emojis or any other multibyte character like:
😅 ↑↓

Mimimal Code Sample

In a blade view:


This works fine.
@include('console.footer')
This too.
@include('console.footer')
漢字あいうえお
@include('console.footer')
This is broken already.
@include('console.footer')
@include('console.footer')
@include('console.footer')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants