Fix test for #7397
This commit is contained in:
parent
82ad855f38
commit
a39313eddb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
```
|
||||
````
|
||||
% pandoc -t markdown
|
||||
~~~~ { .haskell startFrom="100"}
|
||||
qsort [] = []
|
||||
|
@ -11,4 +11,4 @@ qsort [] = []
|
|||
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
|
||||
qsort (filter (>= x) xs)
|
||||
```
|
||||
```
|
||||
````
|
||||
|
|
Loading…
Add table
Reference in a new issue