forked from holidays/definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
br.yaml
161 lines (159 loc) · 3.26 KB
/
br.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Brazilian holiday definitions for the Ruby Holiday gem.
# Provided by Rogério Carrasqueira
#
# Updated: 2008-11-28.
# Sources:
# - http://pt.wikipedia.org/wiki/Feriados_no_Brasil
---
months:
0:
- name: Carnaval # same as Shrove Tuesday
regions: [br]
function: easter(year)
function_modifier: -47
type: informal
- name: Sexta-feira Santa
regions: [br]
function: easter(year)
function_modifier: -2
- name: Páscoa
regions: [br]
function: easter(year)
- name: Corpus Christi
regions: [br]
function: easter(year)
function_modifier: 60
1:
- name: Dia da Confraternização Universal
regions: [br]
mday: 1
4:
- name: Dia de Tiradentes
regions: [br]
mday: 21
5:
- name: Dia do Trabalho
regions: [br]
mday: 1
9:
- name: Proclamação da Independência
regions: [br]
mday: 7
10:
- name: Dia de Nossa Senhora Aparecida
regions: [br]
mday: 12
11:
- name: Dia de Finados
regions: [br]
mday: 2
- name: Proclamação da República
regions: [br]
mday: 15
12:
- name: Natal
regions: [br]
mday: 25
tests:
- given:
date: '2008-01-01'
regions: ["br"]
options: ["informal"]
expect:
name: "Dia da Confraternização Universal"
- given:
date: '2005-02-08'
regions: ["br"]
options: ["informal"]
expect:
name: "Carnaval"
- given:
date: '2006-02-28'
regions: ["br"]
options: ["informal"]
expect:
name: "Carnaval"
- given:
date: '2007-02-20'
regions: ["br"]
options: ["informal"]
expect:
name: "Carnaval"
- given:
date: '2008-02-05'
regions: ["br"]
options: ["informal"]
expect:
name: "Carnaval"
- given:
date: '2008-03-21'
regions: ["br"]
options: ["informal"]
expect:
name: "Sexta-feira Santa"
- given:
date: '2008-03-23'
regions: ["br"]
options: ["informal"]
expect:
name: "Páscoa"
- given:
date: '2008-04-21'
regions: ["br"]
options: ["informal"]
expect:
name: "Dia de Tiradentes"
- given:
date: '2008-05-01'
regions: ["br"]
options: ["informal"]
expect:
name: "Dia do Trabalho"
- given:
date: '2005-05-26'
regions: ["br"]
options: ["informal"]
expect:
name: "Corpus Christi"
- given:
date: '2007-06-07'
regions: ["br"]
options: ["informal"]
expect:
name: "Corpus Christi"
- given:
date: '2008-05-22'
regions: ["br"]
options: ["informal"]
expect:
name: "Corpus Christi"
- given:
date: '2008-09-07'
regions: ["br"]
options: ["informal"]
expect:
name: "Proclamação da Independência"
- given:
date: '2008-10-12'
regions: ["br"]
options: ["informal"]
expect:
name: "Dia de Nossa Senhora Aparecida"
- given:
date: '2008-11-02'
regions: ["br"]
options: ["informal"]
expect:
name: "Dia de Finados"
- given:
date: '2008-11-15'
regions: ["br"]
options: ["informal"]
expect:
name: "Proclamação da República"
- given:
date: '2008-12-25'
regions: ["br"]
options: ["informal"]
expect:
name: "Natal"