diff options
| -rw-r--r-- | pyramid/tests/fixtures/withmacro.pt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyramid/tests/fixtures/withmacro.pt b/pyramid/tests/fixtures/withmacro.pt new file mode 100644 index 000000000..bb80475c0 --- /dev/null +++ b/pyramid/tests/fixtures/withmacro.pt @@ -0,0 +1,3 @@ +<metal:m define-macro="foo"> + Hello! +</metal:m> |
