Differences From Artifact [4798865c44]:
- File test/basic.py — part of check-in [3f778d96b7] at 2022-10-28 07:14:51 on branch trunk — update docs (user: mario, size: 627) [annotate] [blame] [check-ins using]
To Artifact [268d6cd46f]:
- File test/basic.py — part of check-in [33c3bc16bb] at 2022-10-28 21:59:24 on branch trunk — update docs (user: mario, size: 598) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 | - + | def title_(pmd): assert pmd["title"] == "basic PMD" def doc_(pmd): assert pmd["doc"] == "This the doc." |