mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 04:08:59 +01:00
Adapt to new behavior
This commit is contained in:
parent
f95067d4c6
commit
95204d86b9
@ -153,6 +153,7 @@ class EntitiesTest extends TestCase
|
||||
'type' => 'bold',
|
||||
],
|
||||
],
|
||||
'test<b>test</b>',
|
||||
],
|
||||
[
|
||||
'html',
|
||||
@ -283,7 +284,7 @@ class EntitiesTest extends TestCase
|
||||
[
|
||||
'markdown',
|
||||
"a\n```php\n<?php\necho 'yay';\n```",
|
||||
"a\n<?php\necho 'yay';\n",
|
||||
"a\n<?php\necho 'yay';",
|
||||
[
|
||||
[
|
||||
'offset' => 2,
|
||||
|
Loading…
Reference in New Issue
Block a user