Skip to content

Commit dbf1c66

Browse files
committed
tests(pane): Add capture_frame snapshot baselines
why: Baseline snapshots for exhaustive visual regression testing. what: - Add 18 .frame snapshot files for parametrized test cases - Covers dimensions, start/end params, truncation, special chars
1 parent 17570c0 commit dbf1c66

18 files changed

+114
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+--------------------+
2+
|$ printf "a\nb\nc\n"|
3+
|a |
4+
|b |
5+
|c |
6+
|$ |
7+
| |
8+
+--------------------+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+-------------------------+
2+
|$ echo "hello" |
3+
|hello |
4+
|$ |
5+
| |
6+
+-------------------------+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+--------------------+
2+
|$ printf "\n\n\n" |
3+
| |
4+
| |
5+
| |
6+
|$ |
7+
| |
8+
+--------------------+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+------------------------------+
2+
|$ echo "line" |
3+
|line |
4+
|$ |
5+
| |
6+
| |
7+
+------------------------------+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+------------------------------+
2+
|$ echo "line" |
3+
| |
4+
| |
5+
+------------------------------+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+------------------------------+
2+
|$ echo "abc 123 !@#" |
3+
|abc 123 !@# |
4+
|$ |
5+
| |
6+
+------------------------------+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+----------+
2+
|$ echo "te|
3+
|test |
4+
|$ |
5+
+----------+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+--------------------+
2+
|$ |
3+
| |
4+
| |
5+
+--------------------+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
+--------------------+
2+
|$ echo "x" |
3+
|x |
4+
+--------------------+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+--------------------+
2+
|$ echo " " |
3+
| |
4+
|$ |
5+
| |
6+
+--------------------+

0 commit comments

Comments
 (0)