[latex3-commits] [latex3/latex3] fp-func: Missed a 'new' (d25d841d6)

github at latex-project.org github at latex-project.org
Wed Jul 5 23:34:33 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : fp-func
Link       : https://github.com/latex3/latex3/commit/d25d841d66e8a05fed27d6349e49a9baea028d91

>---------------------------------------------------------------

commit d25d841d66e8a05fed27d6349e49a9baea028d91
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jul 5 22:34:33 2023 +0100

    Missed a 'new'


>---------------------------------------------------------------

d25d841d66e8a05fed27d6349e49a9baea028d91
 l3kernel/testfiles/m3fp-functions001.lvt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/l3kernel/testfiles/m3fp-functions001.lvt b/l3kernel/testfiles/m3fp-functions001.lvt
index de0fb5099..280d28dac 100644
--- a/l3kernel/testfiles/m3fp-functions001.lvt
+++ b/l3kernel/testfiles/m3fp-functions001.lvt
@@ -41,6 +41,7 @@
 
 \TEST { Defining~npow }
   {
+    \fp_new_function:n { npow }
     \fp_set_function:nnn { npow } { a,b } { a**b }
     \iow_term:x { \fp_to_tl:n { npow(16,0.25) } }
   }





More information about the latex3-commits mailing list.