File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 173173 (theend (gensym 'theend )))
174174 (seq (Pop r8)
175175 (assert-natural r8)
176+ (assert-char rax)
176177
177178 ; special case for length = 0
178179 (Cmp r8 0 )
Original file line number Diff line number Diff line change 143143 (check-equal? (run '"" ) "" )
144144 (check-equal? (run '"fred " ) "fred " )
145145 (check-equal? (run '"wilma " ) "wilma " )
146+ (check-equal? (run '(make-string 0 #t )) 'err )
146147 (check-equal? (run '(make-string 0 #\f )) "" )
147148 (check-equal? (run '(make-string 3 #\f )) "fff " )
148149 (check-equal? (run '(make-string 3 #\g )) "ggg " )
Original file line number Diff line number Diff line change 161161 (theend (gensym 'theend )))
162162 (seq (Pop r8)
163163 (assert-natural r8)
164+ (assert-char rax)
164165
165166 ; special case for length = 0
166167 (Cmp r8 0 )
Original file line number Diff line number Diff line change 143143 (check-equal? (run '"" ) "" )
144144 (check-equal? (run '"fred " ) "fred " )
145145 (check-equal? (run '"wilma " ) "wilma " )
146+ (check-equal? (run '(make-string 0 #t )) 'err )
146147 (check-equal? (run '(make-string 0 #\f )) "" )
147148 (check-equal? (run '(make-string 3 #\f )) "fff " )
148149 (check-equal? (run '(make-string 3 #\g )) "ggg " )
Original file line number Diff line number Diff line change 161161 (theend (gensym 'theend )))
162162 (seq (Pop r8)
163163 (assert-natural r8)
164+ (assert-char rax)
164165
165166 ; special case for length = 0
166167 (Cmp r8 0 )
Original file line number Diff line number Diff line change 143143 (check-equal? (run '"" ) "" )
144144 (check-equal? (run '"fred " ) "fred " )
145145 (check-equal? (run '"wilma " ) "wilma " )
146+ (check-equal? (run '(make-string 0 #t )) 'err )
146147 (check-equal? (run '(make-string 0 #\f )) "" )
147148 (check-equal? (run '(make-string 3 #\f )) "fff " )
148149 (check-equal? (run '(make-string 3 #\g )) "ggg " )
You can’t perform that action at this time.
0 commit comments