tests(calendar): Add calendar render tests (#3)
- updates calendar to support overriding the current day when rendering - supports current culture when rendering - renames Calendar to CalendarGenerator
This commit is contained in:
parent
ecb0a20cbb
commit
3547e32b6e
29 changed files with 542 additions and 19 deletions
|
|
@ -0,0 +1,12 @@
|
|||
┌────────────────────────────────────────────────┐
|
||||
│ agosto 2026 │
|
||||
├──────┬──────┬──────┬──────┬──────┬──────┬──────┤
|
||||
│ lun. │ mar. │ mié. │ jue. │ vie. │ sáb. │ dom. │
|
||||
├──────┼──────┼──────┼──────┼──────┼──────┼──────┤
|
||||
│ │ │ │ │ │ 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 │ │ │ │ │ │ │
|
||||
└──────┴──────┴──────┴──────┴──────┴──────┴──────┘
|
||||
Loading…
Reference in a new issue