From 91efa5ab51904667eaf3353008753ea99bf5b17d Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 12 Dec 2019 14:30:58 -0500 Subject: Simplify and generalize template processing "For the unit tests. For the unit tests!" --- example_reports/blank.template | 0 example_reports/ex.template | 1 + 2 files changed, 1 insertion(+) create mode 100644 example_reports/blank.template create mode 100644 example_reports/ex.template (limited to 'example_reports') diff --git a/example_reports/blank.template b/example_reports/blank.template new file mode 100644 index 0000000..e69de29 diff --git a/example_reports/ex.template b/example_reports/ex.template new file mode 100644 index 0000000..b55937a --- /dev/null +++ b/example_reports/ex.template @@ -0,0 +1 @@ +But what is {{that}} other than {{potential}}? \ No newline at end of file -- cgit