[latex3-commits] [git/LaTeX3-latex3-luaotfload] failuretest-dev: test color.lvt without lua on travis (d0be984)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Oct 26 20:04:55 CEST 2019
Repository : https://github.com/latex3/luaotfload
On branch : failuretest-dev
Link : https://github.com/latex3/luaotfload/commit/d0be984b67178267caef1cde1599bf046831ba90
>---------------------------------------------------------------
commit d0be984b67178267caef1cde1599bf046831ba90
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Oct 26 20:04:55 2019 +0200
test color.lvt without lua on travis
>---------------------------------------------------------------
d0be984b67178267caef1cde1599bf046831ba90
testfiles-harf/color.lvt | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/testfiles-harf/color.lvt b/testfiles-harf/color.lvt
index 3926fa6..a2c37c7 100644
--- a/testfiles-harf/color.lvt
+++ b/testfiles-harf/color.lvt
@@ -5,15 +5,15 @@
\usepackage{fontspec}
\defaultfontfeatures{RawFeature={mode=harf}}
-\directlua{
- local cbs = luatexbase.callback_descriptions'glyph_info'
- local desc = cbs[1]
- assert(desc == "Harf glyph_info callback" and nil == next(cbs, 1))
- local cb = luatexbase.remove_from_callback('glyph_info', desc)
- luatexbase.add_to_callback('glyph_info', function(n)
- return string.format('"\csstring\%s" \csstring\%04X \csstring\%+i:\csstring\%+i', cb(n), n.char, n.xoffset, n.yoffset)
- end, 'Harf glyph_info callback -- testing variant')
-}
+%\directlua{
+% local cbs = luatexbase.callback_descriptions'glyph_info'
+% local desc = cbs[1]
+% assert(desc == "Harf glyph_info callback" and nil == next(cbs, 1))
+% local cb = luatexbase.remove_from_callback('glyph_info', desc)
+% luatexbase.add_to_callback('glyph_info', function(n)
+% return string.format('"\csstring\%s" \csstring\%04X \csstring\%+i:\csstring\%+i', cb(n), n.char, n.xoffset, n.yoffset)
+% end, 'Harf glyph_info callback -- testing variant')
+%}
\setmainfont{Amiri}[Script=Arabic]
\begin{document}
More information about the latex3-commits
mailing list