Skip to content

Commit

Permalink
Remove September 1st from Slovak holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia.lopuchova committed Sep 4, 2024
1 parent d8bd4ef commit 635a12a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slovak holiday definitions for the Ruby Holiday gem.
#
# Updated: 2013-12-26.
# Updated: 2024-09-04.
# Sources:
# - http://sk.wikipedia.org/wiki/Slovensk%C3%A9_%C5%A1t%C3%A1tne_sviatky
---
Expand Down Expand Up @@ -40,6 +40,10 @@ months:
- name: Deň Ústavy Slovenskej republiky
regions: [sk]
mday: 1
year_ranges:
between:
start: 1994
end: 2023
- name: Sedembolestná Panna Mária
regions: [sk]
mday: 15
Expand Down Expand Up @@ -116,6 +120,12 @@ tests:
options: ["informal"]
expect:
name: "Deň Ústavy Slovenskej republiky"
- given:
date: ['2024-09-01', '1993-09-01']
regions: ["sk"]
options: ["informal"]
expect:
holiday: false
- given:
date: '2013-09-15'
regions: ["sk"]
Expand Down

0 comments on commit 635a12a

Please sign in to comment.