From e38f5281dd38081b3b8fcfe3d1dd8ec38b11d99b Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 23 Aug 2023 13:55:58 +0300 Subject: [PATCH] content/test-design: remove fortran highlighting with tests - These have @test in them - pygments couldn't parse it anyway, so didn't highlight --- content/test-design.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/test-design.md b/content/test-design.md index 369d4c8..d834807 100644 --- a/content/test-design.md +++ b/content/test-design.md @@ -152,7 +152,6 @@ function more fine-grained and test only one concept. ````{group-tab} Fortran ```{literalinclude} code/fortran/test_factorial.pf - :language: fortran ``` ```` ````` @@ -562,8 +561,7 @@ until they pass. :language: fortran ``` ```{literalinclude} code/fortran/test_fizzbuzz.pf - :language: fortran - ``` + ``` ```` ````` ``````