Loading...
Loading...
Compare original and translation side by side
pytest tests/ --strict-markerspytest tests/ --strict-markersdotnet test --logger "console;verbosity=detailed"dotnet test/src/api/src/**/*.tsdotnet test --logger "console;verbosity=detailed"dotnet test/src/api/src/**/*.ts| Format | Purpose |
|---|---|
| Headings | Establish context and scope boundaries |
| Lists | Discrete, parallel, independent items only |
| Code blocks | Exact values, commands, identifiers, patterns |
| Tables | Structured comparisons, reference data, decision matrices |
| Bold | Hard constraints where violation causes failure (max 10% of content) |
| Prose | Relationships between ideas, conditional logic, rationale |
| White space | Blank lines between paragraphs and sections for parsing clarity |
| 格式 | 用途 |
|---|---|
| 标题 | 建立上下文与范围边界 |
| 列表 | 仅用于离散、平行、独立的项目 |
| 代码块 | 精确值、命令、标识符、模式 |
| 表格 | 结构化对比、参考数据、决策矩阵 |
| 加粗 | 违反会导致失败的硬性约束(占比不超过内容的10%) |
| 散文段落 | 阐述观点间的关系、条件逻辑、原理 |
| 空白间隔 | 段落与章节间的空行,提升解析清晰度 |
pytestpytestundefinedundefinedpytest tests/ --strict-markers --cov=src --cov-report=htmldotnet build --configuration Release --no-restorenpm run lint -- --fix
Not:
```markdownpytest tests/ --strict-markers --cov=src --cov-report=htmldotnet build --configuration Release --no-restorenpm run lint -- --fix
避免:
```markdownundefinedundefined