]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/scripts/functions.lua
Regular expression fixed to allow '-' into test names.
[helm.git] / helm / software / matita / scripts / functions.lua
index d3098853026fb341d26cefb76da03d72de973ed6..e6935fb5cc3c924588a4d247bdf1ae45b26b53f0 100755 (executable)
@@ -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+)"