From 7b954cd78800b8730401c4471f2289e2d990444f Mon Sep 17 00:00:00 2001 From: vallentin Date: Wed, 10 Mar 2021 11:41:30 +0100 Subject: Added path and ext tests --- testing/templates/foo.html | 1 + testing/templates/foo.html.jinja | 1 + testing/templates/foo.jinja | 1 + 3 files changed, 3 insertions(+) create mode 100644 testing/templates/foo.html create mode 100644 testing/templates/foo.html.jinja create mode 100644 testing/templates/foo.jinja (limited to 'testing/templates') diff --git a/testing/templates/foo.html b/testing/templates/foo.html new file mode 100644 index 0000000..85fa64c --- /dev/null +++ b/testing/templates/foo.html @@ -0,0 +1 @@ +foo.html \ No newline at end of file diff --git a/testing/templates/foo.html.jinja b/testing/templates/foo.html.jinja new file mode 100644 index 0000000..dc645f3 --- /dev/null +++ b/testing/templates/foo.html.jinja @@ -0,0 +1 @@ +foo.html.jinja \ No newline at end of file diff --git a/testing/templates/foo.jinja b/testing/templates/foo.jinja new file mode 100644 index 0000000..f47c4d5 --- /dev/null +++ b/testing/templates/foo.jinja @@ -0,0 +1 @@ +foo.jinja \ No newline at end of file -- cgit