Skip to content

Commit c8a56cb

Browse files
committed
Capture t/69screen_pushline.test
1 parent 62ec922 commit c8a56cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

t/69screen_pushline.test

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
INIT
2+
WANTSTATE
3+
WANTSCREEN b
4+
5+
RESET
6+
7+
!Spillover text marks continuation on second line
8+
PUSH "A"x85
9+
PUSH "\r\n"
10+
?lineinfo 0 =
11+
?lineinfo 1 = cont
12+
13+
!Continuation mark sent to sb_pushline
14+
PUSH "\n"x23
15+
sb_pushline 80 = 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41
16+
PUSH "\n"
17+
sb_pushline 80 cont = 41 41 41 41 41

0 commit comments

Comments
 (0)