summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-06-09 10:29:27 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-06-09 10:29:27 +0200
commite5e304e814386f9882c5990c248347717eac6d26 (patch)
tree8669f27ee4554f2bdcc2eaf76347852da04e835a
parentc4eb95663d8e14360fc564279757de46eeecdc6f (diff)
downloadluatexbase-e5e304e814386f9882c5990c248347717eac6d26.tar.gz
Adding a test
-rw-r--r--luatexbase-mcb.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-mcb.dtx b/luatexbase-mcb.dtx
index 6d23eb8..a09cd81 100644
--- a/luatexbase-mcb.dtx
+++ b/luatexbase-mcb.dtx
@@ -988,7 +988,7 @@ end
% \begin{macrocode}
function add_hyphenate()
luatexbase.add_to_callback('hyphenate', function(head, tail)
- texio.write_nl("I'm a dummy hyphenate")
+ texio.write_nl("I'm a dummy (false) hyphenate") return false
end,
'dummy hyphenate')
luatexbase.add_to_callback('hyphenate', function(head, tail)