njk-tool 0.0.25 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13870,7 +13870,7 @@ padding: 6px 16px;
13870
13870
  {% else %}
13871
13871
  {% set text = ctx %}
13872
13872
  {% endif %}
13873
- <td class="default-cell">{{ text | replace("false", "❌")| replace("False", "❌")| replace("True", "✔️") | replace("true", "✔️") }}</td>
13873
+ <td class="default-cell">{{ text | replace("false", "❌")| replace("False", "❌")| replace("True", "✔️") | replace("true", "✔️") | replace("Pass", "✔️") | replace("pass", "✔️") }}</td>
13874
13874
  {% endmacro %}
13875
13875
  {% macro table_default(ctx) %}
13876
13876
  {% if ctx.columns %}