diff options
author | Qrius <[email protected]> | 2025-03-05 08:41:05 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2025-03-05 08:41:08 +0100 |
commit | 313e059f367f2ac291cd409e77d22673f9595848 (patch) | |
tree | 6440ebdd65e015f8c6b0147fd8eb5f877f35c34e /tests/smp/non_macro_html | |
parent | 5fb097851d88b42188ee0502270d8c336102783a (diff) | |
download | skaldpress-313e059f367f2ac291cd409e77d22673f9595848.tar.gz skaldpress-313e059f367f2ac291cd409e77d22673f9595848.zip |
First iteration of py skaldpress version
Diffstat (limited to 'tests/smp/non_macro_html')
-rw-r--r-- | tests/smp/non_macro_html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/smp/non_macro_html b/tests/smp/non_macro_html new file mode 100644 index 0000000..6f49b4a --- /dev/null +++ b/tests/smp/non_macro_html @@ -0,0 +1,7 @@ +<html> + <p>This is a <em>test</em></p> +</html> +--- +<html> + <p>This is a <em>test</em></p> +</html> |