Travis: Test underlines
This commit is contained in:
parent
ebba162aff
commit
745665b9d1
|
@ -39,13 +39,20 @@ print_info() {
|
||||||
info cols
|
info cols
|
||||||
info line_break
|
info line_break
|
||||||
|
|
||||||
# Testing
|
# Testing.
|
||||||
prin "prin"
|
prin "prin"
|
||||||
prin "prin" "prin"
|
prin "prin" "prin"
|
||||||
|
|
||||||
# Testing no subtitles.
|
# Testing no subtitles.
|
||||||
info uptime
|
info uptime
|
||||||
info disk
|
info disk
|
||||||
|
|
||||||
|
# Testing underlines.
|
||||||
|
info "Memory" memory
|
||||||
|
info underline
|
||||||
|
|
||||||
|
prin "This is a test"
|
||||||
|
info underline
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh_rate="on"
|
refresh_rate="on"
|
||||||
|
|
Reference in New Issue