Skip to content

Commit

Permalink
Merge pull request #274 from jean-francois-labbe/master
Browse files Browse the repository at this point in the history
Add Jean-François Labbé mapping
  • Loading branch information
fxn committed Oct 17, 2023
2 parents cda043c + 6662788 commit 178a0f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/models/names_manager/canonical_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def self.map(canonical_name, *also_as)
map 'Jean Baptiste Barth', 'jbbarth'
map 'Jean Boussier', 'Jean byroot Boussier'
map 'Jean Helou', "jean.helou\100gmail.com", 'jean.helou'
map 'Jean-François Labbé', "Jean-Francois Labbé", "jean-francois labbe"
map 'Jean-Philippe Bougie', "jp.bougie\100gmail.com"
map 'Jeff Berg', "jeff\100ministrycentered.com"
map 'Jeff Cohen', "cohen.jeff\100gmail.com"
Expand Down
10 changes: 9 additions & 1 deletion test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,15 @@ class CanonicalNamesTest < ActiveSupport::TestCase
test "jean.helou\100gmail.com" do
assert_contributor_names 'a3659d5', 'Jean Helou'
end


test "Jean-Francois Labbé" do
assert_contributor_names '90d5a5c2ab', 'Jean-François Labbé'
end

test "jean-francois labbe" do
assert_contributor_names '34916855ca', 'Jean-François Labbé'
end

test 'jeanmartin' do
assert_contributor_names 'c48f744', 'Jan Schwenzien'
end
Expand Down

0 comments on commit 178a0f4

Please sign in to comment.