forked from holidays/definitions
-
Notifications
You must be signed in to change notification settings - Fork 5
/
uy.yaml
54 lines (53 loc) · 933 Bytes
/
uy.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
# Uruguay holiday definitions for the Ruby Holiday gem.
#
# Updated: 2022-09-13.
#
# - Sourced from LATAM Office
---
months:
1:
- name: Año Nuevo
regions: [uy]
mday: 1
5:
- name: Dia Del Trabajador
regions: [uy]
mday: 1
7:
- name: Jura Constitución
regions: [uy]
mday: 18
8:
- name: Día Independencia
regions: [uy]
mday: 25
12:
- name: Navidad
regions: [uy]
mday: 25
tests:
- given:
date: '2012-01-01'
regions: ["uy"]
expect:
name: "Año Nuevo"
- given:
date: '2022-05-01'
regions: ["uy"]
expect:
name: 'Dia Del Trabajador'
- given:
date: '2023-07-18'
regions: ["uy"]
expect:
name: 'Jura Constitución'
- given:
date: '2023-08-25'
regions: ["uy"]
expect:
name: 'Día Independencia'
- given:
date: '2017-12-25'
regions: ["uy"]
expect:
name: 'Navidad'