exports[`test renders ./components/calendar/demo/basic.md correctly 1`] = `
Su Mo Tu We Th Fr Sa
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
`; exports[`test renders ./components/calendar/demo/card.md correctly 1`] = `
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
11
`; exports[`test renders ./components/calendar/demo/custom-render.md correctly 1`] = `
27
Custom date 27
28
Custom date 28
29
Custom date 29
30
Custom date 30
01
Custom date 1
02
Custom date 2
03
Custom date 3
04
Custom date 4
05
Custom date 5
06
Custom date 6
07
Custom date 7
08
Custom date 8
09
Custom date 9
10
Custom date 10
11
Custom date 11
12
Custom date 12
13
Custom date 13
14
Custom date 14
15
Custom date 15
16
Custom date 16
17
Custom date 17
18
Custom date 18
19
Custom date 19
20
Custom date 20
21
Custom date 21
22
Custom date 22
23
Custom date 23
24
Custom date 24
25
Custom date 25
26
Custom date 26
27
Custom date 27
28
Custom date 28
29
Custom date 29
30
Custom date 30
31
Custom date 31
01
Custom date 1
02
Custom date 2
03
Custom date 3
04
Custom date 4
05
Custom date 5
06
Custom date 6
07
Custom date 7
`; exports[`test renders ./components/calendar/demo/locale.md correctly 1`] = `
Su Mo Tu We Th Fr Sa
30
31
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
07
08
09
10
`; exports[`test renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
31
01
02
03
04
05
06
07
08
  • This is warning event.
  • This is usual event.
09
10
  • This is warning event.
  • This is usual event.
  • This is error event.
11
12
13
14
15
  • This is warning event
  • This is very long usual event。。....
  • This is error event.
  • This is error event.
  • This is error event.
  • This is error event.
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
01
02
03
04
05
06
07
08
  • This is warning event.
  • This is usual event.
09
10
  • This is warning event.
  • This is usual event.
  • This is error event.
11
`;