Skip to content
Snippets Groups Projects

Add a test with special html characters in the taxonomy term title

Closed Julian Pustkuchen requested to merge issue/glossify-3351345:3351345-test-only into 3.x
3 unresolved threads

Closes #3351345

Merge request reports

Approval is optional
Code Quality is loading
Test summary results are being parsed

Closed by Julian PustkuchenJulian Pustkuchen 2 weeks ago (Feb 3, 2025 8:32am UTC)

Merge details

  • The changes were not merged into 3.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
239 246 'urlpattern' => '',
240 247 'output' => 'Simple plain <span title="' . $term7->tip . '">𒀆𒀇𒀈𒀈𒀊𒀋</span> text <span title="' . $term7->tip . '">𒀆𒀇𒀈𒀈𒀊𒀋</span> with <span title="' . $term7->tip . '">𒀆𒀇𒀈𒀈𒀊𒀋</span> as replacement term',
241 248 ],
249 // @todo: $tip8
  • 82 82 $term7->name_norm = '𒀆𒀇𒀈𒀈𒀊𒀋';
    83 83 $term7->tip = "Lorem Ipsum";
    84 84
    85 // HTML special chracters in term:
    86 $term8 = new \stdClass();
    87 $term8->id = '2';
    88 $term8->name = 'Special & to test';
  • 82 82 $term7->name_norm = '𒀆𒀇𒀈𒀈𒀊𒀋';
    83 83 $term7->tip = "Lorem Ipsum";
    84 84
    85 // HTML special chracters in term:
    86 $term8 = new \stdClass();
    87 $term8->id = '2';
    88 $term8->name = 'Special & to test';
    89 $term8->name_norm = 'Special &amp; to test';
  • Please register or sign in to reply
    Loading