networkctl/src/tests.cr

11 lines
95 B
Crystal

require "./indent"
str = "truc
sur
plusieurs
lignes"
indented = indent 2, str
puts indented