forked from holidays/definitions
-
Notifications
You must be signed in to change notification settings - Fork 5
/
lr.yaml
73 lines (73 loc) · 1.36 KB
/
lr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Liberian holiday definitions for the Ruby Holiday gem.
#
# Updated: 2018-10-31.
#
# Sources:
# - https://www.officeholidays.com/countries/liberia/2018
# - https://en.wikipedia.org/wiki/Public_holidays_in_Liberia
---
months:
1:
- name: New Year's Day
regions: [lr]
mday: 1
2:
- name: Armed Forces Day
regions: [lr]
mday: 11
3:
- name: J.J. Roberts' Birthday
regions: [lr]
mday: 15
- name: Decoration Day
regions: [lr]
week: 2
wday: 3
4:
- name: National Redemption Day
regions: [lr]
mday: 12
- name: Fast and Prayer Day
regions: [lr]
week: 2
wday: 5
5:
- name: National Unification Day
regions: [lr]
mday: 14
7:
- name: Independence Day
regions: [lr]
mday: 26
8:
- name: Flag Day
regions: [lr]
mday: 24
11:
- name: William Tubman's Birthday
regions: [lr]
mday: 29
- name: National Thanksgiving Day
regions: [lr]
week: 1
wday: 4
12:
- name: Christmas Day
regions: [lr]
mday: 25
tests:
- given:
date: ['2018-03-14', '2019-03-13']
regions: ['lr']
expect:
name: 'Decoration Day'
- given:
date: ['2018-04-13', '2020-04-10']
regions: ['lr']
expect:
name: 'Fast and Prayer Day'
- given:
date: ['2018-11-01', '2019-11-07']
regions: ['lr']
expect:
name: 'National Thanksgiving Day'