Skip to content

Commit 1cfe155

Browse files
author
Bobby Sudekum
committed
pt-pt
1 parent 72ea895 commit 1cfe155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ tape.test('v5 compile', function(t) {
281281
t.equal(compiler('v5').getBestMatchingLanguage('es-ES'), 'es-ES');
282282
t.equal(compiler('v5').getBestMatchingLanguage('pt-PT'), 'pt-BR');
283283
t.equal(compiler('v5').getBestMatchingLanguage('pt'), 'pt-BR');
284+
t.equal(compiler('v5').getBestMatchingLanguage('pt-pt'), 'pt-BR');
284285
t.end();
285286
});
286287

0 commit comments

Comments
 (0)