Skip to content

Commit

Permalink
Add test for opening-hours#320
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 18, 2020
1 parent 32977f0 commit 9e02f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5169,6 +5169,10 @@ test.addPrettifyValue('Compare prettifyValue', [
'Dienstag',
], 'de', 'Di');

test.addPrettifyValue('Compare prettifyValue', [
'Tu,PH off',
], 'de', 'Di,Feiertags geschlossen', 'only test');

test.addPrettifyValue('Compare prettifyValue', [
'PH',
], 'de', 'Feiertags');
Expand Down

0 comments on commit 9e02f97

Please sign in to comment.