Remove more Bitbucket wiki format bogons.
catseye
13 years ago
17 | 17 | place your literate tests in the same file as your code. We'll use |
18 | 18 | Bird-style literate Haskell in this example. |
19 | 19 | |
20 | #!lhs | |
21 | 20 | module Gobvert |
22 | 21 | |
23 | 22 | This is some kind of really trivial little language. |
29 | 28 | functionality. You use a Falderal pragma to identify which functionality |
30 | 29 | these tests are for. |
31 | 30 | |
32 | #!lhs | |
33 | ||
34 | -> Functionality "Gobvert a string" is implemented by Haskell function Gobvert:gobvert | |
31 | -> Functionality "Gobvert a string" is implemented by | |
32 | -> Haskell function Gobvert:gobvert | |
35 | 33 | |
36 | 34 | -> Tests for functionality "Gobvert a string" |
37 | 35 |