From a7047d22c756222728ec1e2cd863c4875610be6e Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 17 Feb 2021 19:29:10 +0300 Subject: fix(doc): use automatic link resolution in docs --- tests/test.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test.fnl') diff --git a/tests/test.fnl b/tests/test.fnl index 329f828..8541036 100644 --- a/tests/test.fnl +++ b/tests/test.fnl @@ -74,7 +74,7 @@ Deep compare values: [expr1 expr2 msg] "Assert for unequality. Like `assert`, except compares results of `expr1` and `expr2` for equality. Generates formatted message if -`msg` is not set to other message. Same as [`assert-eq`](#assert-eq)." +`msg` is not set to other message. Same as `assert-eq'." `(let [left# ,expr1 right# ,expr2 eq# ,(eq-fn) @@ -110,7 +110,7 @@ Deep compare values: (fn test.assert-not [expr msg] "Assert `expr` for not truth. Generates more verbose message if - `msg` is not set. Works the same as [`assert-is`](#assert-is)." + `msg` is not set. Works the same as `assert-is'." `(let [(suc# res#) (pcall #(not ,expr))] (if suc# (assert res# -- cgit v1.2.3