File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
tests/textframe/__snapshots__ Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ # serializer version: 1
2+ # name: test_frame_rendering[basic_success]
3+ '''
4+ +----------+
5+ |hello |
6+ |world |
7+ +----------+
8+ '''
9+ # ---
10+ # name: test_frame_rendering[empty_frame]
11+ '''
12+ +-----+
13+ | |
14+ | |
15+ +-----+
16+ '''
17+ # ---
18+ # name: test_frame_rendering[overflow_width]
19+ '''
20+ +---------------------+
21+ |this line is too long|
22+ |row 2 |
23+ |row 3 |
24+ +---------------------+
25+ +---------------------+
26+ | ...........|
27+ | ...........|
28+ |.....................|
29+ +---------------------+
30+ '''
31+ # ---
32+ # name: test_nested_serialization
33+ list([
34+ '''
35+ +-----+
36+ |one |
37+ +-----+
38+ ''',
39+ '''
40+ +-----+
41+ |two |
42+ +-----+
43+ ''',
44+ ])
45+ # ---
You can’t perform that action at this time.
0 commit comments