diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-04-07 18:42:54 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-04-21 10:08:42 +0200 |
commit | adce02662016193481ff1d486cc681fe55c0019e (patch) | |
tree | eafd6c9ea502979809ca2ff8fe2da83e4ab5daea /testing/test_trim.toml | |
parent | d9fcd348d121b6dd0568314b28ec187f11e32c77 (diff) | |
download | askama-adce02662016193481ff1d486cc681fe55c0019e.tar.gz askama-adce02662016193481ff1d486cc681fe55c0019e.tar.bz2 askama-adce02662016193481ff1d486cc681fe55c0019e.zip |
Add test for suppress_whitespace option
Diffstat (limited to 'testing/test_trim.toml')
-rw-r--r-- | testing/test_trim.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/test_trim.toml b/testing/test_trim.toml new file mode 100644 index 0000000..57e88f8 --- /dev/null +++ b/testing/test_trim.toml @@ -0,0 +1,2 @@ +[general] +suppress_whitespace = true |