poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a doc typo


From: Bruno Haible
Subject: a doc typo
Date: Tue, 13 Feb 2024 19:34:11 +0100

Poke does not accept `` and '' as string delimiters. So:

diff --git a/doc/poke.texi b/doc/poke.texi
index cff0748d..a9ee1930 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -15190,7 +15190,7 @@ expression evaluated as the assert condition.
 
 @example
 assert (1 == 1);
-assert (0 == 0, ``Zero is equal to zero'');
+assert (0 == 0, "Zero is equal to zero");
 @end example
 
 @code{assert} is useful for writing unit tests.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]