diff options
| author | 2022-06-16 17:18:30 +0200 | |
|---|---|---|
| committer | 2022-06-20 12:08:16 +0200 | |
| commit | 0f3abaa4ec1719acc241f9230bd3fae1cd2288f3 (patch) | |
| tree | 1cbf1f98509bf5a2a7080b82e31b64179687223f | |
| parent | ead0498fb78077d63c9aa5c8969a05ca28e800bd (diff) | |
| download | askama-0f3abaa4ec1719acc241f9230bd3fae1cd2288f3.tar.gz askama-0f3abaa4ec1719acc241f9230bd3fae1cd2288f3.tar.bz2 askama-0f3abaa4ec1719acc241f9230bd3fae1cd2288f3.zip | |
Feature-gate test_whitespace_parsing()
Diffstat (limited to '')
| -rw-r--r-- | askama_derive/src/config.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/askama_derive/src/config.rs b/askama_derive/src/config.rs index 7764c70..14d4323 100644 --- a/askama_derive/src/config.rs +++ b/askama_derive/src/config.rs @@ -501,6 +501,7 @@ mod tests {          );      } +    #[cfg(feature = "config")]      #[test]      fn test_whitespace_parsing() {          let config = Config::new( | 
