summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug
diff options
context:
space:
mode:
authorCamil Staps2021-08-21 17:04:29 +0200
committerCamil Staps2021-08-21 17:04:29 +0200
commit3f7507cfaa516a17f566947f49ac6c0649a9b7dc (patch)
treed515d892295c23175f0a4a9c059d73de99b28267 /resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug
parentFix menu item for article about Cloogle (diff)
Add article about Arduino and QuickCheck
Diffstat (limited to 'resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug')
-rw-r--r--resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug18
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug b/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug
new file mode 100644
index 0000000..b1e77d5
--- /dev/null
+++ b/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug
@@ -0,0 +1,18 @@
+extends /layout-articles.pug
+
+block prepend title
+ | Testing Arduino code with QuickCheck -
+
+block prepend menu
+ - var page = '2021-09-07-testing-arduino-code-with-haskell-quickcheck'
+
+block append breadcrumbs
+ +breadcrumb('Testing Arduino code with Haskell QuickCheck')
+
+block subtitle
+ | Testing Arduino code with Haskell QuickCheck
+block subtitleDate
+ | 7 September 2021
+
+block page
+ include:markdown ../../../md/2021-09-07-testing-arduino-code-with-haskell-quickcheck.md