From 78fd74622dca5f2def261506c3f8d4c0a940a6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 14 Oct 2022 21:08:16 +0200 Subject: Change gettext '_' to 'G_'. Guile 3 reserves _ for other stuff. --- tests/test/html/caltable.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test/html/caltable.scm b/tests/test/html/caltable.scm index f64f8775..fec1ace4 100644 --- a/tests/test/html/caltable.scm +++ b/tests/test/html/caltable.scm @@ -11,7 +11,7 @@ ;; Not the most robust test, but at least it shows us when we break something (test-equal "Whole fucking caltable" `(div (@ (class "small-calendar")) - (div (@ (class "column-head row-head")) ,(_ "v.")) + (div (@ (class "column-head row-head")) ,(G_ "v.")) (div (@ (class "column-head")) "Må") (div (@ (class "column-head")) "Ti") (div (@ (class "column-head")) "On") -- cgit v1.2.3