Skip to content

Commit 80379c5

Browse files
author
Florian Thake
committed
TEST: added missing new lines to warning message.
1 parent 4c6592a commit 80379c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/corelibrary_test05.tea

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ contributors = [
602602

603603
print_success( "ok.\n" )
604604
} else {
605-
print_warning( "TOML is not present! TOML test skipped!" )
605+
print_warning( "\nTOML is not present! TOML test skipped!\n" )
606606
}
607607

608608
print_success( "=== TEST PASSED ===\n" )

0 commit comments

Comments
 (0)