]> matita.cs.unibo.it Git - helm.git/commitdiff
Regular expression fixed to allow '-' into test names.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Oct 2006 12:15:00 +0000 (12:15 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Oct 2006 12:15:00 +0000 (12:15 +0000)
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+)"