summaryrefslogtreecommitdiffstats
path: root/Tests/MumpsCoverage/ZZCOVTST.mcov
diff options
context:
space:
mode:
authorJoseph Snyder <joe.snyder@kitware.com>2018-10-15 13:57:42 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-16 14:59:09 (GMT)
commitf7d92deff487810f21b4f7979a5fe1892fabd255 (patch)
treeab8410cdfb8dbf0e1c8de77f6527dc23fdf438c6 /Tests/MumpsCoverage/ZZCOVTST.mcov
parent6c281138a577ccf07ae71b1286df30a3d22746e0 (diff)
downloadCMake-f7d92deff487810f21b4f7979a5fe1892fabd255.zip
CMake-f7d92deff487810f21b4f7979a5fe1892fabd255.tar.gz
CMake-f7d92deff487810f21b4f7979a5fe1892fabd255.tar.bz2
CTest: Fix GTM coverage handling of entry point named "%"
Removing the "%" character from the name of the routine in the line parser causes CTest to be unable to find a routine entry point that is only named "%". Instead leave it during line parsing and handle routine names ending in "%" explicitly when loading files.
Diffstat (limited to 'Tests/MumpsCoverage/ZZCOVTST.mcov')
-rw-r--r--Tests/MumpsCoverage/ZZCOVTST.mcov3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/MumpsCoverage/ZZCOVTST.mcov b/Tests/MumpsCoverage/ZZCOVTST.mcov
index b2608d9..e1fa18c 100644
--- a/Tests/MumpsCoverage/ZZCOVTST.mcov
+++ b/Tests/MumpsCoverage/ZZCOVTST.mcov
@@ -9,6 +9,9 @@ GT.M 15-AUG-2014 10:14:32 ZWR
^ZZCOVERAGE("ZZCOVTST","EN",4)="1:0:0:0:74"
^ZZCOVERAGE("ZZCOVTST","EN",5)="1:0:0:0:66"
^ZZCOVERAGE("ZZCOVTST","EN",6)="1:0:0:0:40"
+^ZZCOVERAGE("ZZCOVTST","%")="2:0:0:0:208"
+^ZZCOVERAGE("ZZCOVTST","%",1)="2:0:0:0:208"
+^ZZCOVERAGE("ZZCOVTST","%",2)="2:0:0:0:208"
^ZZCOVERAGE("ZZCOVTST","T1")="1:0:0:0:208"
^ZZCOVERAGE("ZZCOVTST","T1",1)="1:0:0:0:23"
^ZZCOVERAGE("ZZCOVTST","T1",2)="1:0:0:0:24"