diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-04-21 15:41:02 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-04-21 16:09:24 +0200 |
commit | a64a7273319244813c657d912a0579f5619f0621 (patch) | |
tree | 67469a67ade7463f15866494a8a534c74576004b /testing/test_trim.toml | |
parent | b16085acd6290a46448b5a31d147ba6ac640316b (diff) | |
download | askama-a64a7273319244813c657d912a0579f5619f0621.tar.gz askama-a64a7273319244813c657d912a0579f5619f0621.tar.bz2 askama-a64a7273319244813c657d912a0579f5619f0621.zip |
Rename `suppress_whitespace` into `whitespace` and update expected values to "suppress" and "preserve"
Diffstat (limited to '')
-rw-r--r-- | testing/test_trim.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_trim.toml b/testing/test_trim.toml index 57e88f8..019d574 100644 --- a/testing/test_trim.toml +++ b/testing/test_trim.toml @@ -1,2 +1,2 @@ [general] -suppress_whitespace = true +whitespace = "suppress" |