Skip to content

Commit

Permalink
content/test-design: remove fortran highlighting with tests
Browse files Browse the repository at this point in the history
- These have @test in them
- pygments couldn't parse it anyway, so didn't highlight
  • Loading branch information
rkdarst committed Aug 23, 2023
1 parent d0fb5e6 commit e38f528
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/test-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function more fine-grained and test only one concept.
````{group-tab} Fortran
```{literalinclude} code/fortran/test_factorial.pf
:language: fortran
```
````
`````
Expand Down Expand Up @@ -562,8 +561,7 @@ until they pass.
:language: fortran
```
```{literalinclude} code/fortran/test_fizzbuzz.pf
:language: fortran
```
```
````
`````
``````
Expand Down

0 comments on commit e38f528

Please sign in to comment.