Hi Test108 fails when locale is not English. Example:
$ export LANGUAGE=fr_FR.UTF8 $ make test ...snip... Test results: test108 FAILED Fixed in attached patch. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/testdir/test108.in b/src/testdir/test108.in index b442cf7..59c4dfc 100644 --- a/src/testdir/test108.in +++ b/src/testdir/test108.in @@ -2,6 +2,7 @@ Tests for backtrace debug commands. vim: set ft=vim : STARTTEST :so small.vim +:lang mess C :function! Foo() : let var1 = 1 : let var2 = Bar(var1) + 9
