Make languages in Highlighted code button in toolbar customizable (#32528).

Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19429 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-14 14:38:48 +00:00
parent 7f60d56201
commit 6611f5bf5d
8 changed files with 29 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ class LayoutTest < Redmine::IntegrationTest
get '/projects/ecookbook/issues/new'
assert_select 'head script[src^=?]', '/javascripts/jstoolbar/jstoolbar.js?'
assert_include "var userHlLanguages = #{UserPreference::DEFAULT_TOOLBAR_LANGUAGE_OPTIONS.to_json};", response.body
end
def test_calendar_header_tags