test paginator

This commit is contained in:
Dusty.P 2018-06-05 22:14:51 -08:00
parent 1102b54972
commit 54d631df67

View File

@ -73,6 +73,7 @@ class Repl:
pag = Paginator()
print(value)
pag.add(value)
print(ret)
pag.add(f'\nReturned: {ret}')
for page in pag.pages():
print(page)