// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`gfm_autocomplete/utils emojis config shows the emoji name and icon in the menu item 1`] = ` "raised_hands " `; exports[`gfm_autocomplete/utils issues config shows the iid and title in the menu item within a project context 1`] = `"123456 Project context issue title <script>alert('hi')</script>"`; exports[`gfm_autocomplete/utils issues config shows the reference and title in the menu item within a group context 1`] = `"gitlab#987654 Group context issue title <script>alert('hi')</script>"`; exports[`gfm_autocomplete/utils labels config shows the title in the menu item 1`] = ` " bug <script>alert('hi')</script>" `; exports[`gfm_autocomplete/utils members config shows an avatar character, name, parent name, and count in the menu item for a group 1`] = ` "
G
1-1s <script>alert('hi')</script> (2)
GitLab Support Team
" `; exports[`gfm_autocomplete/utils members config shows the avatar, name and username in the menu item for a user 1`] = ` "
\\"\\"
My Name <script>alert('hi')</script>
@myusername
" `; exports[`gfm_autocomplete/utils merge requests config shows the iid and title in the menu item within a project context 1`] = `"123456 Project context merge request title <script>alert('hi')</script>"`; exports[`gfm_autocomplete/utils merge requests config shows the reference and title in the menu item within a group context 1`] = `"gitlab!456789 Group context merge request title <script>alert('hi')</script>"`; exports[`gfm_autocomplete/utils milestones config shows the title in the menu item 1`] = `"13.2 <script>alert('hi')</script>"`; exports[`gfm_autocomplete/utils quick actions config shows the name, aliases, params and description in the menu item 1`] = ` "
/unlabel (or /remove_label) ~label1 ~\\"label 2\\"
Remove all or specific label(s)
" `; exports[`gfm_autocomplete/utils snippets config shows the id and title in the menu item 1`] = `"123456 Snippet title <script>alert('hi')</script>"`;