diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-07-29 23:50:45 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-07-29 23:50:45 +0000 |
commit | 9c7caf34811fae9ff2a8bb0f00cf0e035c512bb7 (patch) | |
tree | f110a729bc077662e1ce061ba8e6c2a0951a3d6f /spec | |
parent | d2b5283af2673b9a492e3a55a6cfe73bdc559409 (diff) | |
parent | 7d745d31d96f84d3da863843976121aafe3256b5 (diff) | |
download | gitlab-ce-9c7caf34811fae9ff2a8bb0f00cf0e035c512bb7.tar.gz |
Merge branch 'sh-update-rouge-3.7.0' into 'master'
Update rouge to v3.7.0
Closes #64625
See merge request gitlab-org/gitlab-ce!31254
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/markdown/copy_as_gfm_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/markdown/copy_as_gfm_spec.rb b/spec/features/markdown/copy_as_gfm_spec.rb index 176801d482e..c098a1b3e3a 100644 --- a/spec/features/markdown/copy_as_gfm_spec.rb +++ b/spec/features/markdown/copy_as_gfm_spec.rb @@ -798,7 +798,7 @@ describe 'Copy as GFM', :js do context 'selecting one word of text' do it 'copies as inline code' do verify( - '.line[id="LC27"] .s2', + '.line[id="LC27"] .nl', '`"bio"`' ) |