summaryrefslogtreecommitdiffstats
path: root/2021/talks/test.md
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2021-10-21 22:21:36 +0200
committerLeo Vivier <zaeph@zaeph.net>2021-10-21 22:21:36 +0200
commit90967828c0a42a292d08bbd446d2d42de5cd29be (patch)
treef4d1d9076e295e04e8d60a3ea43ad1954f175a96 /2021/talks/test.md
parentddae7e0da27f038f967a9ed942761240ea56ada1 (diff)
downloademacsconf-wiki-90967828c0a42a292d08bbd446d2d42de5cd29be.tar.xz
emacsconf-wiki-90967828c0a42a292d08bbd446d2d42de5cd29be.zip
Make changes requested by speaker
Diffstat (limited to '2021/talks/test.md')
-rw-r--r--2021/talks/test.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/2021/talks/test.md b/2021/talks/test.md
index 9766b3b6..40e4867f 100644
--- a/2021/talks/test.md
+++ b/2021/talks/test.md
@@ -23,7 +23,7 @@ running 'dofile "foo.lua"'), and then has several tests for that class
and its methods; and we can put another block with tests like that
after the class Bletch, and other blocks after some functions. Eepitch
allows sending these tests line by line to the Lua interpreter by
-typing <f8> on each line that we want to send, and this lets us create
+typing \<f8\> on each line that we want to send, and this lets us create
tests that are very easy to understand even without writing comments;
this gives us a very quick way to document code by executable tests,
that is super-great for experimental code that is still going to
@@ -38,9 +38,7 @@ current major mode by running \`M-x find-eeit-links'; this can also be
used to add support for test blocks to more languages (or, more
precisely: to more major modes).
-Cheers =),
- Eduardo Ochs
- <http://angg.twu.net/#eev>
+Eduardo Ochs <http://angg.twu.net>