Roundup Tracker - Issues

Issue 2551095

classification
Test jinja2 - boolean config options are represented as 0/1 strings.
Type: behavior Severity: normal
Components: Web interface, Test Versions: devel
process
Status: new
:
: : rouilj
Priority: normal : jinja2

Created on 2020-10-25 17:19 by rouilj, last changed 2020-10-25 17:19 by rouilj.

Messages
msg6996 Author: [hidden] (rouilj) Date: 2020-10-25 17:19
In issue2551094 a patch was added that relies on this construct:

  {{ config.MARKDOWN_BREAK_ON_NEWLINE }}

returning "0" or "1" as a string. issue2550905 discusses the need for 
improved testing for templating languages. This could be a good first
test for jinja2 templating.
History
Date User Action Args
2020-10-25 17:19:17rouiljcreate