From 8fe4c4eccbd6fcd5e26d955cc3b59aef60f561ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 21 Mar 2013 19:17:56 +0100 Subject: [PATCH] test suite: Fix typo in `texinfo.test'. * test-suite/tests/texinfo.test ("test-texinfo->stexinfo"): Add missing quote. --- test-suite/tests/texinfo.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/tests/texinfo.test b/test-suite/tests/texinfo.test index c4ee58257..2cb4a7187 100644 --- a/test-suite/tests/texinfo.test +++ b/test-suite/tests/texinfo.test @@ -420,5 +420,5 @@ '((para (pxref (% (node "Locales") (name (code "setlocale"))))))) (test-body "Like this---e.g.@:, at colon." - ((para "Like this---e.g.:, at colon."))) + '((para "Like this---e.g.:, at colon."))) )