We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When HTML document contains a fragment like:
<meta property="og:description" content="Route::register( [ '/' => 'Home', '/user/$id/profile' => function ($id) {echo "Вы указали " . (int) $id . " в адре...">
It makes parsing the document incorrect - some nodes disappears. See test files and test runner in my repo: https://github.com/yalexwander/php-html-parser-bug-example
I'm not even sure if it is a bug or expected behavior.
The text was updated successfully, but these errors were encountered:
Confirm.
<h4><a href="URL" title="Просмотр профиля }I{eKa">}I{eKa</a></h4>
Part of the text is missing and the logic on the { sign is broken.
Sorry, something went wrong.
No branches or pull requests
When HTML document contains a fragment like:
<meta property="og:description" content="Route::register( [ '/' => 'Home', '/user/$id/profile' => function ($id) {echo "Вы указали " . (int) $id . " в адре...">
It makes parsing the document incorrect - some nodes disappears. See test files and test runner in my repo:
https://github.com/yalexwander/php-html-parser-bug-example
I'm not even sure if it is a bug or expected behavior.
The text was updated successfully, but these errors were encountered: