mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-15 22:14:04 -04:00
test: Make Pandoc style syntax highlighting test check whitespace support
This commit is contained in:
parent
b53aed2d67
commit
bbbb12638b
1 changed files with 1 additions and 1 deletions
|
|
@ -1528,7 +1528,7 @@ func TestCodeblockLanguageTransformation(t *testing.T) {
|
|||
// Pandoc language extracting
|
||||
// https://pandoc.org/MANUAL.html#extension-fenced_code_attributes
|
||||
test(
|
||||
"```{#mycode .numberLines .haskell startFrom=\"100\"}\n"+
|
||||
"``` { #mycode .numberLines .haskell startFrom=\"100\" } \n"+
|
||||
"qsort [] = []\n"+
|
||||
"qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++\n"+
|
||||
" qsort (filter (>= x) xs)\n"+
|
||||
|
|
|
|||
Loading…
Reference in a new issue