Skip to content

Commit

Permalink
Fix unbalanced delimiter
Browse files Browse the repository at this point in the history
Switch to a pure code fence and remove extraneous space at the closing backticks.

Addresses
yihui/knitr#2057
  • Loading branch information
coatless authored Oct 12, 2021
1 parent ea42590 commit 224cece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/big_crush_test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vignette: >

Running the Big Crush test from the TestU01 suite has yielded a complete pass rate (e.g "All tests were passed") with the specifics of each of the 103 tests being detailed below.

```{r eval = F, engine='bash'}
```bash
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Starting BigCrush
Version: TestU01 1.2.3
Expand Down Expand Up @@ -3803,4 +3803,4 @@ Generator state:
Total CPU time: 03:44:06.82

All tests were passed
```
```

0 comments on commit 224cece

Please sign in to comment.