Skip to content

Commit

Permalink
WIP: first fluent checker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Dec 19, 2024
1 parent a19315e commit 371c2f6
Show file tree
Hide file tree
Showing 47 changed files with 1,309 additions and 2,700 deletions.
6 changes: 2 additions & 4 deletions jollyday-core/src/main/resources/holidays/Holidays_nyse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
<MovingCondition substitute="SATURDAY" with="PREVIOUS" weekday="FRIDAY"/>
<MovingCondition substitute="SUNDAY" with="NEXT" weekday="MONDAY"/>
</Fixed>
<Fixed month="JUNE" day="11" validFrom="2004" validTo="2004"
descriptionPropertiesKey="FUNERAL_OF_PRESIDENT_REAGAN"/>
<Fixed month="JANUARY" day="2" validFrom="2007" validTo="2007"
descriptionPropertiesKey="REMEMBERANCE_OF_PRESIDENT_FORD"/>
<Fixed month="JUNE" day="11" validFrom="2004" validTo="2004" descriptionPropertiesKey="FUNERAL_OF_PRESIDENT_REAGAN"/>
<Fixed month="JANUARY" day="2" validFrom="2007" validTo="2007" descriptionPropertiesKey="REMEMBERANCE_OF_PRESIDENT_FORD"/>
<Fixed month="OCTOBER" day="29" validFrom="2012" validTo="2012" descriptionPropertiesKey="HURRICANE_SANDY"/>
<Fixed month="OCTOBER" day="30" validFrom="2012" validTo="2012" descriptionPropertiesKey="HURRICANE_SANDY"/>
<FixedWeekday which="THIRD" weekday="MONDAY" month="JANUARY" descriptionPropertiesKey="MARTIN_LUTHER_KING"/>
Expand Down
Loading

0 comments on commit 371c2f6

Please sign in to comment.