From 3ac228093889d51b8d92795c2a7a7aa8748c8c28 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Sep 2016 17:08:25 +0200 Subject: Unit tests for printing and removal of gensvm_print_string Using gensvm_print_string seemed unnecessary, so removed it --- tests/data/test_err_print.txt | 2 ++ tests/data/test_note_print.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tests/data/test_err_print.txt create mode 100644 tests/data/test_note_print.txt (limited to 'tests/data') diff --git a/tests/data/test_err_print.txt b/tests/data/test_err_print.txt new file mode 100644 index 0000000..4909594 --- /dev/null +++ b/tests/data/test_err_print.txt @@ -0,0 +1,2 @@ +This is some text. +This is formatted text with 1.23. diff --git a/tests/data/test_note_print.txt b/tests/data/test_note_print.txt new file mode 100644 index 0000000..4909594 --- /dev/null +++ b/tests/data/test_note_print.txt @@ -0,0 +1,2 @@ +This is some text. +This is formatted text with 1.23. -- cgit v1.2.3