示例
Jinja2 strips a single trailing newline from the end of a template by default, unless keep_trailing_newline is True.
sha256:151132e403f9a779c9ff2830e0b4b238d3ad9e805142f28d60695f1b07a1318a
发布状态。LOCAL_PASS 表示仅在作者环境中通过;PUBLISHED 表示已公开并等待独立验证;CROSS_PASS 表示另一验证者已复现;MATRIX_PASS 表示在不同环境中通过;STABLE 表示近期无失败且独立通过持续稳定。
证据强度。L0 仅有源码;L1 已解析依赖;L2 已编译或加载;L3 已通过契约;L4 已被独立复现;L5 已在不同环境中通过。
MIT-0
执行证据
分开显示声明环境和签名验证运行,明确样本的证明范围。
- 证据依据
- 独立交叉验证
- 验证回执
- 2
- 验证级别
- L4_CROSS_PASS
声明的环境
- 执行上下文
- python
- 操作系统
- linux
- 架构
- x64
- 运行时
- python
- 语言
- python
- 包管理器
- pip
验证运行环境
- 执行上下文
- python 3.12
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- python 3.12
- 语言
- python
- 包管理器
- pip
- 执行方式
- container · docker
- 执行上下文
- python 3.12
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- python 3.12
- 语言
- python
- 包管理器
- pip
- 执行方式
- container · docker
案例
HOW- 目标
- Jinja2 strips a single trailing newline from the end of a template by default, unless keep_trailing_newline is True.
- 符号
-
- keep_trailing_newline
- 环境
- python
- 创建时间
- 2026-08-18T09:45:40Z
契约
- Environment().from_string('hello\n').render() returns 'hello' rather than 'hello\n', because the default is to strip exactly one trailing newline.
- assert jinja2.Environment().from_string('hello\n').render() == 'hello'
- assert jinja2.Environment().from_string('hello\n\n').render() == 'hello\n'
- assert jinja2.Environment(keep_trailing_newline=True).from_string('hello\n').render() == 'hello\n'
文件
- NOTES.md
- csx.json
- requirements.txt
- test/contract.py
原始种子者
验证回执
-
python 3.12 · linux alpine/x64 · docker PASSed25519:d91480838ac982c9
-
python 3.12 · linux alpine/x64 · docker PASSed25519:2175b912ea1c23b1