From cf7da1843c45a4c2df7a749f7886a2d2ba0ee92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:25:40 +0200 Subject: Adding upstream version 7.2.6. Signed-off-by: Daniel Baumann --- .../roots/test-theming/test_theme/staticfiles/layout.html | 5 +++++ .../test_theme/staticfiles/static/staticimg.png | Bin 0 -> 120 bytes .../test_theme/staticfiles/static/statictmpl.html_t | 2 ++ .../roots/test-theming/test_theme/staticfiles/theme.conf | 7 +++++++ 4 files changed, 14 insertions(+) create mode 100644 tests/roots/test-theming/test_theme/staticfiles/layout.html create mode 100644 tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png create mode 100644 tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t create mode 100644 tests/roots/test-theming/test_theme/staticfiles/theme.conf (limited to 'tests/roots/test-theming/test_theme/staticfiles') diff --git a/tests/roots/test-theming/test_theme/staticfiles/layout.html b/tests/roots/test-theming/test_theme/staticfiles/layout.html new file mode 100644 index 0000000..81372be --- /dev/null +++ b/tests/roots/test-theming/test_theme/staticfiles/layout.html @@ -0,0 +1,5 @@ +{% extends "basic/layout.html" %} +{% block extrahead %} + +{{ super() }} +{% endblock %} diff --git a/tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png b/tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png new file mode 100644 index 0000000..fda6cd2 Binary files /dev/null and b/tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png differ diff --git a/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t b/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t new file mode 100644 index 0000000..4ab292b --- /dev/null +++ b/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t @@ -0,0 +1,2 @@ + +{{ project|e }} diff --git a/tests/roots/test-theming/test_theme/staticfiles/theme.conf b/tests/roots/test-theming/test_theme/staticfiles/theme.conf new file mode 100644 index 0000000..a877673 --- /dev/null +++ b/tests/roots/test-theming/test_theme/staticfiles/theme.conf @@ -0,0 +1,7 @@ +[theme] +inherit = basic +stylesheet = default.css +pygments_style = emacs + +[options] +testopt = optdefault -- cgit v1.2.3