Skip to content

Commit 58aab49

Browse files
Add testcase where spaces appear in the tracing tag
1 parent 3296074 commit 58aab49

4 files changed

Lines changed: 103 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"data": [],
3+
"generator": "MH Trace",
4+
"schema": "lobster-act-trace",
5+
"version": 3
6+
}
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"data": [
3+
{
4+
"just_down": [],
5+
"just_global": [],
6+
"just_up": [],
7+
"kind": "Function",
8+
"language": "MATLAB",
9+
"location": {
10+
"column": 13,
11+
"file": "test_1.slx",
12+
"kind": "file",
13+
"line": 1
14+
},
15+
"name": "First Subsystem/MATLAB Function",
16+
"refs": [],
17+
"shared": false,
18+
"tag": "matlab First Subsystem/MATLAB Function"
19+
},
20+
{
21+
"just_down": [],
22+
"just_global": [],
23+
"just_up": [],
24+
"kind": "Function",
25+
"language": "MATLAB",
26+
"location": {
27+
"column": 13,
28+
"file": "test_1.slx",
29+
"kind": "file",
30+
"line": 1
31+
},
32+
"name": "Second Subsystem/MATLAB Function",
33+
"refs": [],
34+
"shared": false,
35+
"tag": "matlab Second Subsystem/MATLAB Function"
36+
},
37+
{
38+
"just_down": [],
39+
"just_global": [],
40+
"just_up": [],
41+
"kind": "Function",
42+
"language": "MATLAB",
43+
"location": {
44+
"column": 13,
45+
"file": "test_1.slx",
46+
"kind": "file",
47+
"line": 1
48+
},
49+
"name": "Second Subsystem/MATLAB_Function",
50+
"refs": [],
51+
"shared": false,
52+
"tag": "matlab Second Subsystem/MATLAB_Function"
53+
},
54+
{
55+
"just_down": [],
56+
"just_global": [],
57+
"just_up": [],
58+
"kind": "Block",
59+
"language": "Simulink",
60+
"location": {
61+
"column": null,
62+
"file": "test_1.slx",
63+
"kind": "file",
64+
"line": null
65+
},
66+
"name": "First Subsystem",
67+
"refs": [
68+
"req tag_b"
69+
],
70+
"shared": false,
71+
"tag": "simulink First_Subsystem"
72+
},
73+
{
74+
"just_down": [],
75+
"just_global": [],
76+
"just_up": [],
77+
"kind": "Block",
78+
"language": "Simulink",
79+
"location": {
80+
"column": null,
81+
"file": "test_1.slx",
82+
"kind": "file",
83+
"line": null
84+
},
85+
"name": "Second Subsystem",
86+
"refs": [
87+
"req tag_c"
88+
],
89+
"shared": false,
90+
"tag": "simulink Second_Subsystem"
91+
}
92+
],
93+
"generator": "MH Trace",
94+
"schema": "lobster-imp-trace",
95+
"version": 3
96+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MISS_HIT Trace Summary: 1 file(s) analysed, everything seems fine
33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)