Skip to content

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

Open
laravel/vs-code-php-parser-cli
#19
@henriquebremenkanp-rakuten

Description

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')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions