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 suffice, probably because of the
bullet point above the block...
  • Loading branch information
dmnks committed Nov 12, 2024
1 parent 3d26688 commit 69ac8ff
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 69ac8ff

Please sign in to comment.