Skip to content

Commit

Permalink
Add missing code fences in tests README
Browse files Browse the repository at this point in the history
Turns out just indenting here doesn't work, probably because of there
being a bullet point above the block...
  • Loading branch information
dmnks committed Nov 12, 2024
1 parent 3d26688 commit 1e5d568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ as well as the existing tests. Below are the specifics of RPM's test-suite:
commands using `--qf` format strings. Do that by wrapping the whole script
(or expected output) in double square brackets, for example:

```
RPMTEST_CHECK([[
runroot rpm -q --qf '[%{FILENAMES}\n]' ...
]])
```

0 comments on commit 1e5d568

Please sign in to comment.