X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fscripts%2Ffunctions.lua;h=e6935fb5cc3c924588a4d247bdf1ae45b26b53f0;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=d3098853026fb341d26cefb76da03d72de973ed6;hpb=e4f6fdd22ef7d02c7d34d5f44f4caf3fb360638f;p=helm.git diff --git a/helm/software/matita/scripts/functions.lua b/helm/software/matita/scripts/functions.lua index d30988530..e6935fb5c 100755 --- a/helm/software/matita/scripts/functions.lua +++ b/helm/software/matita/scripts/functions.lua @@ -1,7 +1,7 @@ #!/usr/bin/lua5.1 local tool_re = "^([%w%.]+)" -local test_re = "([%w%./_]+)" +local test_re = "([%w%./_-]+)" local rc_re = string.char(27).."%[%d+;%d+m([%a]+)"..string.char(27).."%[0m" local time_re = "(%d+m%d+%.%d+s)" local mark_re = "(%d+)"