973 lines
39 KiB
HTML
973 lines
39 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Code coverage report for spec/basic.js</title>
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="../prettify.css">
|
|
|
|
<style>
|
|
body, html {
|
|
margin:0; padding: 0;
|
|
}
|
|
body {
|
|
font-family: Helvetica Neue, Helvetica,Arial;
|
|
font-size: 10pt;
|
|
}
|
|
div.header, div.footer {
|
|
background: #eee;
|
|
padding: 1em;
|
|
}
|
|
div.header {
|
|
z-index: 100;
|
|
position: fixed;
|
|
top: 0;
|
|
border-bottom: 1px solid #666;
|
|
width: 100%;
|
|
}
|
|
div.footer {
|
|
border-top: 1px solid #666;
|
|
}
|
|
div.body {
|
|
margin-top: 10em;
|
|
}
|
|
div.meta {
|
|
font-size: 90%;
|
|
text-align: center;
|
|
}
|
|
h1, h2, h3 {
|
|
font-weight: normal;
|
|
}
|
|
h1 {
|
|
font-size: 12pt;
|
|
}
|
|
h2 {
|
|
font-size: 10pt;
|
|
}
|
|
pre {
|
|
font-family: Consolas, Menlo, Monaco, monospace;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 14px;
|
|
font-size: 14px;
|
|
-moz-tab-size: 2;
|
|
-o-tab-size: 2;
|
|
tab-size: 2;
|
|
}
|
|
|
|
div.path { font-size: 110%; }
|
|
div.path a:link, div.path a:visited { color: #000; }
|
|
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
|
|
|
|
table.coverage td {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #111;
|
|
vertical-align: top;
|
|
}
|
|
table.coverage td.line-count {
|
|
width: 50px;
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
}
|
|
table.coverage td.line-coverage {
|
|
color: #777 !important;
|
|
text-align: right;
|
|
border-left: 1px solid #666;
|
|
border-right: 1px solid #666;
|
|
}
|
|
|
|
table.coverage td.text {
|
|
}
|
|
|
|
table.coverage td span.cline-any {
|
|
display: inline-block;
|
|
padding: 0 5px;
|
|
width: 40px;
|
|
}
|
|
table.coverage td span.cline-neutral {
|
|
background: #eee;
|
|
}
|
|
table.coverage td span.cline-yes {
|
|
background: #b5d592;
|
|
color: #999;
|
|
}
|
|
table.coverage td span.cline-no {
|
|
background: #fc8c84;
|
|
}
|
|
|
|
.cstat-yes { color: #111; }
|
|
.cstat-no { background: #fc8c84; color: #111; }
|
|
.fstat-no { background: #ffc520; color: #111 !important; }
|
|
.cbranch-no { background: yellow !important; color: #111; }
|
|
|
|
.cstat-skip { background: #ddd; color: #111; }
|
|
.fstat-skip { background: #ddd; color: #111 !important; }
|
|
.cbranch-skip { background: #ddd !important; color: #111; }
|
|
|
|
.missing-if-branch {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
position: relative;
|
|
padding: 0 4px;
|
|
background: black;
|
|
color: yellow;
|
|
}
|
|
|
|
.skip-if-branch {
|
|
display: none;
|
|
margin-right: 10px;
|
|
position: relative;
|
|
padding: 0 4px;
|
|
background: #ccc;
|
|
color: white;
|
|
}
|
|
|
|
.missing-if-branch .typ, .skip-if-branch .typ {
|
|
color: inherit !important;
|
|
}
|
|
|
|
.entity, .metric { font-weight: bold; }
|
|
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
|
|
.metric small { font-size: 80%; font-weight: normal; color: #666; }
|
|
|
|
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
|
|
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
|
|
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
|
|
div.coverage-summary th.file { border-right: none !important; }
|
|
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
|
|
div.coverage-summary th.pct { border-right: none !important; }
|
|
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
|
|
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
|
|
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
|
|
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
|
|
div.coverage-summary td.pic { min-width: 120px !important; }
|
|
div.coverage-summary a:link { text-decoration: none; color: #000; }
|
|
div.coverage-summary a:visited { text-decoration: none; color: #333; }
|
|
div.coverage-summary a:hover { text-decoration: underline; }
|
|
div.coverage-summary tfoot td { border-top: 1px solid #666; }
|
|
|
|
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
|
|
height: 10px;
|
|
width: 7px;
|
|
display: inline-block;
|
|
margin-left: 0.5em;
|
|
}
|
|
div.coverage-summary .yui3-datatable-sort-indicator {
|
|
background: url("https://yui-s.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
|
|
}
|
|
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
|
|
background-position: 0 -20px;
|
|
}
|
|
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
|
|
background-position: 0 -10px;
|
|
}
|
|
|
|
.high { background: #b5d592 !important; }
|
|
.medium { background: #ffe87c !important; }
|
|
.low { background: #fc8c84 !important; }
|
|
|
|
span.cover-fill, span.cover-empty {
|
|
display:inline-block;
|
|
border:1px solid #444;
|
|
background: white;
|
|
height: 12px;
|
|
}
|
|
span.cover-fill {
|
|
background: #ccc;
|
|
border-right: 1px solid #444;
|
|
}
|
|
span.cover-empty {
|
|
background: white;
|
|
border-left: none;
|
|
}
|
|
span.cover-full {
|
|
border-right: none !important;
|
|
}
|
|
pre.prettyprint {
|
|
border: none !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
.com { color: #999 !important; }
|
|
.ignore-none { color: #999; font-weight: normal; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header low">
|
|
<h1>Code coverage report for <span class="entity">spec/basic.js</span></h1>
|
|
<h2>
|
|
|
|
Statements: <span class="metric">29.31% <small>(34 / 116)</small></span>
|
|
|
|
|
|
Branches: <span class="metric">100% <small>(0 / 0)</small></span>
|
|
|
|
|
|
Functions: <span class="metric">2.13% <small>(1 / 47)</small></span>
|
|
|
|
|
|
Lines: <span class="metric">30.09% <small>(34 / 113)</small></span>
|
|
|
|
Ignored: <span class="metric"><span class="ignore-none">none</span></span>
|
|
</h2>
|
|
<div class="path"><a href="../index.html">All files</a> » <a href="index.html">spec/</a> » basic.js</div>
|
|
</div>
|
|
<div class="body">
|
|
<pre><table class="coverage">
|
|
<tr><td class="line-count">1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|
|
14
|
|
15
|
|
16
|
|
17
|
|
18
|
|
19
|
|
20
|
|
21
|
|
22
|
|
23
|
|
24
|
|
25
|
|
26
|
|
27
|
|
28
|
|
29
|
|
30
|
|
31
|
|
32
|
|
33
|
|
34
|
|
35
|
|
36
|
|
37
|
|
38
|
|
39
|
|
40
|
|
41
|
|
42
|
|
43
|
|
44
|
|
45
|
|
46
|
|
47
|
|
48
|
|
49
|
|
50
|
|
51
|
|
52
|
|
53
|
|
54
|
|
55
|
|
56
|
|
57
|
|
58
|
|
59
|
|
60
|
|
61
|
|
62
|
|
63
|
|
64
|
|
65
|
|
66
|
|
67
|
|
68
|
|
69
|
|
70
|
|
71
|
|
72
|
|
73
|
|
74
|
|
75
|
|
76
|
|
77
|
|
78
|
|
79
|
|
80
|
|
81
|
|
82
|
|
83
|
|
84
|
|
85
|
|
86
|
|
87
|
|
88
|
|
89
|
|
90
|
|
91
|
|
92
|
|
93
|
|
94
|
|
95
|
|
96
|
|
97
|
|
98
|
|
99
|
|
100
|
|
101
|
|
102
|
|
103
|
|
104
|
|
105
|
|
106
|
|
107
|
|
108
|
|
109
|
|
110
|
|
111
|
|
112
|
|
113
|
|
114
|
|
115
|
|
116
|
|
117
|
|
118
|
|
119
|
|
120
|
|
121
|
|
122
|
|
123
|
|
124
|
|
125
|
|
126
|
|
127
|
|
128
|
|
129
|
|
130
|
|
131
|
|
132
|
|
133
|
|
134
|
|
135
|
|
136
|
|
137
|
|
138
|
|
139
|
|
140
|
|
141
|
|
142
|
|
143
|
|
144
|
|
145
|
|
146
|
|
147
|
|
148
|
|
149
|
|
150
|
|
151
|
|
152
|
|
153
|
|
154
|
|
155
|
|
156
|
|
157
|
|
158
|
|
159
|
|
160
|
|
161
|
|
162
|
|
163
|
|
164
|
|
165
|
|
166
|
|
167
|
|
168
|
|
169
|
|
170
|
|
171
|
|
172
|
|
173
|
|
174
|
|
175
|
|
176
|
|
177
|
|
178
|
|
179
|
|
180
|
|
181
|
|
182
|
|
183
|
|
184
|
|
185
|
|
186
|
|
187
|
|
188
|
|
189
|
|
190
|
|
191
|
|
192
|
|
193
|
|
194
|
|
195
|
|
196
|
|
197
|
|
198
|
|
199
|
|
200
|
|
201
|
|
202
|
|
203
|
|
204
|
|
205
|
|
206
|
|
207
|
|
208
|
|
209
|
|
210
|
|
211
|
|
212
|
|
213
|
|
214
|
|
215
|
|
216
|
|
217
|
|
218</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-yes">3</span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-no"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span>
|
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">/*global CompilerContext, Handlebars, beforeEach, shouldCompileTo */
|
|
global.handlebarsEnv = null;
|
|
|
|
beforeEach(<span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > global.handlebarsEnv = Handlebars.create();</span>
|
|
});
|
|
|
|
describe("basic context", function() {
|
|
it("most basic", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{foo}}", { foo: "foo" }, "foo");</span>
|
|
});
|
|
|
|
it("escaping", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("\\{{foo}}", { foo: "food" }, "{{foo}}");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("content \\{{foo}}", { foo: "food" }, "content {{foo}}");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("\\\\{{foo}}", { foo: "food" }, "\\food");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("content \\\\{{foo}}", { foo: "food" }, "content \\food");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("\\\\ {{foo}}", { foo: "food" }, "\\\\ food");</span>
|
|
});
|
|
|
|
it("compiling with a basic context", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye\n{{cruel}}\n{{world}}!", {cruel: "cruel", world: "world"}, "Goodbye\ncruel\nworld!",</span>
|
|
"It works if all the required keys are provided");
|
|
});
|
|
|
|
it("compiling with an undefined context", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye\n{{cruel}}\n{{world.bar}}!", undefined, "Goodbye\n\n!");</span>
|
|
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#unless foo}}Goodbye{{../test}}{{test2}}{{/unless}}", undefined, "Goodbye");</span>
|
|
});
|
|
|
|
it("comments", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{! Goodbye}}Goodbye\n{{cruel}}\n{{world}}!",</span>
|
|
{cruel: "cruel", world: "world"}, "Goodbye\ncruel\nworld!",
|
|
"comments are ignored");
|
|
});
|
|
|
|
it("boolean", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var string = "{{#goodbye}}GOODBYE {{/goodbye}}cruel {{world}}!";</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, {goodbye: true, world: "world"}, "GOODBYE cruel world!",</span>
|
|
"booleans show the contents when true");
|
|
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, {goodbye: false, world: "world"}, "cruel world!",</span>
|
|
"booleans do not show the contents when false");
|
|
});
|
|
|
|
it("zeros", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("num1: {{num1}}, num2: {{num2}}", {num1: 42, num2: 0},</span>
|
|
"num1: 42, num2: 0");
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("num: {{.}}", 0, "num: 0");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("num: {{num1/num2}}", {num1: {num2: 0}}, "num: 0");</span>
|
|
});
|
|
|
|
it("newlines", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Alan's\nTest", {}, "Alan's\nTest");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Alan's\rTest", {}, "Alan's\rTest");</span>
|
|
});
|
|
|
|
it("escaping text", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Awesome's", {}, "Awesome's", "text is escaped so that it doesn't get caught on single quotes");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Awesome\\", {}, "Awesome\\", "text is escaped so that the closing quote can't be ignored");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Awesome\\\\ foo", {}, "Awesome\\\\ foo", "text is escaped so that it doesn't mess up backslashes");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Awesome {{foo}}", {foo: '\\'}, "Awesome \\", "text is escaped so that it doesn't mess up backslashes");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(' " " ', {}, ' " " ', "double quotes never produce invalid javascript");</span>
|
|
});
|
|
|
|
it("escaping expressions", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{{awesome}}}", {awesome: "&\"\\<>"}, '&\"\\<>',</span>
|
|
"expressions with 3 handlebars aren't escaped");
|
|
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{&awesome}}", {awesome: "&\"\\<>"}, '&\"\\<>',</span>
|
|
"expressions with {{& handlebars aren't escaped");
|
|
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome}}", {awesome: "&\"'`\\<>"}, '&amp;&quot;&#x27;&#x60;\\&lt;&gt;',</span>
|
|
"by default expressions should be escaped");
|
|
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome}}", {awesome: "Escaped, <b> looks like: &lt;b&gt;"}, 'Escaped, &lt;b&gt; looks like: &amp;lt;b&amp;gt;',</span>
|
|
"escaping should properly handle amperstands");
|
|
});
|
|
|
|
it("functions returning safestrings shouldn't be escaped", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var hash = {awesome: <span class="fstat-no" title="function not covered" >function() {</span> <span class="cstat-no" title="statement not covered" >return new Handlebars.SafeString("&\"\\<>"); </span>}};</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome}}", hash, '&\"\\<>',</span>
|
|
"functions returning safestrings aren't escaped");
|
|
});
|
|
|
|
it("functions", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome}}", {awesome: <span class="fstat-no" title="function not covered" >function() {</span> <span class="cstat-no" title="statement not covered" >return "Awesome"; </span>}}, "Awesome",</span>
|
|
"functions are called and render their output");
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome}}", {awesome: <span class="fstat-no" title="function not covered" >function() {</span> <span class="cstat-no" title="statement not covered" >return this.more; </span>}, more: "More awesome"}, "More awesome",</span>
|
|
"functions are bound to the context");
|
|
});
|
|
|
|
it("functions with context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{awesome frank}}",</span>
|
|
{awesome: <span class="fstat-no" title="function not covered" >function(context) {</span> <span class="cstat-no" title="statement not covered" >return context; </span>},
|
|
frank: "Frank"},
|
|
"Frank", "functions are called with context arguments");
|
|
});
|
|
it("pathed functions with context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{bar.awesome frank}}",</span>
|
|
{bar: {awesome: <span class="fstat-no" title="function not covered" >function(context) {</span> <span class="cstat-no" title="statement not covered" >return context; </span>}},
|
|
frank: "Frank"},
|
|
"Frank", "functions are called with context arguments");
|
|
});
|
|
it("depthed functions with context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#with frank}}{{../awesome .}}{{/with}}",</span>
|
|
{awesome: <span class="fstat-no" title="function not covered" >function(context) {</span> <span class="cstat-no" title="statement not covered" >return context; </span>},
|
|
frank: "Frank"},
|
|
"Frank", "functions are called with context arguments");
|
|
});
|
|
|
|
it("block functions with context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#awesome 1}}inner {{.}}{{/awesome}}",</span>
|
|
{awesome: <span class="fstat-no" title="function not covered" >function(context, options) {</span> <span class="cstat-no" title="statement not covered" >return options.fn(context); </span>}},
|
|
"inner 1", "block functions are called with context and options");
|
|
});
|
|
|
|
it("depthed block functions with context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#with value}}{{#../awesome 1}}inner {{.}}{{/../awesome}}{{/with}}",</span>
|
|
{value: true, awesome: <span class="fstat-no" title="function not covered" >function(context, options) {</span> <span class="cstat-no" title="statement not covered" >return options.fn(context); </span>}},
|
|
"inner 1", "block functions are called with context and options");
|
|
});
|
|
|
|
it("block functions without context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#awesome}}inner{{/awesome}}",</span>
|
|
{awesome: <span class="fstat-no" title="function not covered" >function(options) {</span> <span class="cstat-no" title="statement not covered" >return options.fn(this); </span>}},
|
|
"inner", "block functions are called with options");
|
|
});
|
|
it("pathed block functions without context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#foo.awesome}}inner{{/foo.awesome}}",</span>
|
|
{foo: {awesome: <span class="fstat-no" title="function not covered" >function(options) {</span> <span class="cstat-no" title="statement not covered" >return this; </span>}}},
|
|
"inner", "block functions are called with options");
|
|
});
|
|
it("depthed block functions without context argument", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{#with value}}{{#../awesome}}inner{{/../awesome}}{{/with}}",</span>
|
|
{value: true, awesome: <span class="fstat-no" title="function not covered" >function(options) {</span> <span class="cstat-no" title="statement not covered" >return this; </span>}},
|
|
"inner", "block functions are called with options");
|
|
});
|
|
|
|
|
|
it("paths with hyphens", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{foo-bar}}", {"foo-bar": "baz"}, "baz", "Paths can contain hyphens (-)");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{foo.foo-bar}}", {foo: {"foo-bar": "baz"}}, "baz", "Paths can contain hyphens (-)");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{foo/foo-bar}}", {foo: {"foo-bar": "baz"}}, "baz", "Paths can contain hyphens (-)");</span>
|
|
});
|
|
|
|
it("nested paths", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye {{alan/expression}} world!", {alan: {expression: "beautiful"}},</span>
|
|
"Goodbye beautiful world!", "Nested paths access nested objects");
|
|
});
|
|
|
|
it("nested paths with empty string value", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye {{alan/expression}} world!", {alan: {expression: ""}},</span>
|
|
"Goodbye world!", "Nested paths access nested objects with empty string");
|
|
});
|
|
|
|
it("literal paths", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye {{[@alan]/expression}} world!", {"@alan": {expression: "beautiful"}},</span>
|
|
"Goodbye beautiful world!", "Literal paths can be used");
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye {{[foo bar]/expression}} world!", {"foo bar": {expression: "beautiful"}},</span>
|
|
"Goodbye beautiful world!", "Literal paths can be used");
|
|
});
|
|
|
|
it('literal references', <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("Goodbye {{[foo bar]}} world!", {"foo bar": "beautiful"},</span>
|
|
"Goodbye beautiful world!", "Literal paths can be used");
|
|
});
|
|
|
|
it("that current context path ({{.}}) doesn't hit helpers", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("test: {{.}}", [null, {helper: "awesome"}], "test: ");</span>
|
|
});
|
|
|
|
it("complex but empty paths", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{person/name}}", {person: {name: null}}, "");</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo("{{person/name}}", {person: {}}, "");</span>
|
|
});
|
|
|
|
it("this keyword in paths", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var string = "{{#goodbyes}}{{this}}{{/goodbyes}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > var hash = {goodbyes: ["goodbye", "Goodbye", "GOODBYE"]};</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, hash, "goodbyeGoodbyeGOODBYE",</span>
|
|
"This keyword in paths evaluates to current context");
|
|
|
|
<span class="cstat-no" title="statement not covered" > string = "{{#hellos}}{{this/text}}{{/hellos}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > hash = {hellos: [{text: "hello"}, {text: "Hello"}, {text: "HELLO"}]};</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, hash, "helloHelloHELLO", "This keyword evaluates in more complex paths");</span>
|
|
});
|
|
|
|
it("this keyword nested inside path", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var string = "{{#hellos}}{{text/this/foo}}{{/hellos}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldThrow(<span class="fstat-no" title="function not covered" >function() {</span></span>
|
|
<span class="cstat-no" title="statement not covered" > CompilerContext.compile(string);</span>
|
|
}, Error);
|
|
});
|
|
|
|
it("this keyword in helpers", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var helpers = {foo: <span class="fstat-no" title="function not covered" >function(value) {</span></span>
|
|
<span class="cstat-no" title="statement not covered" > return 'bar ' + value;</span>
|
|
}};
|
|
<span class="cstat-no" title="statement not covered" > var string = "{{#goodbyes}}{{foo this}}{{/goodbyes}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > var hash = {goodbyes: ["goodbye", "Goodbye", "GOODBYE"]};</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, [hash, helpers], "bar goodbyebar Goodbyebar GOODBYE",</span>
|
|
"This keyword in paths evaluates to current context");
|
|
|
|
<span class="cstat-no" title="statement not covered" > string = "{{#hellos}}{{foo this/text}}{{/hellos}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > hash = {hellos: [{text: "hello"}, {text: "Hello"}, {text: "HELLO"}]};</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldCompileTo(string, [hash, helpers], "bar hellobar Hellobar HELLO", "This keyword evaluates in more complex paths");</span>
|
|
});
|
|
|
|
it("this keyword nested inside helpers param", <span class="fstat-no" title="function not covered" >function() {</span>
|
|
<span class="cstat-no" title="statement not covered" > var string = "{{#hellos}}{{foo text/this/foo}}{{/hellos}}";</span>
|
|
<span class="cstat-no" title="statement not covered" > shouldThrow(<span class="fstat-no" title="function not covered" >function() {</span></span>
|
|
<span class="cstat-no" title="statement not covered" > CompilerContext.compile(string);</span>
|
|
}, Error);
|
|
});
|
|
});
|
|
</pre></td></tr>
|
|
</table></pre>
|
|
|
|
</div>
|
|
<div class="footer">
|
|
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Aug 13 2014 23:50:21 GMT-0500 (CDT)</div>
|
|
</div>
|
|
|
|
<script src="../prettify.js"></script>
|
|
|
|
<script src="https://yui-s.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
|
|
<script>
|
|
|
|
YUI().use('datatable', function (Y) {
|
|
|
|
var formatters = {
|
|
pct: function (o) {
|
|
o.className += o.record.get('classes')[o.column.key];
|
|
try {
|
|
return o.value.toFixed(2) + '%';
|
|
} catch (ex) { return o.value + '%'; }
|
|
},
|
|
html: function (o) {
|
|
o.className += o.record.get('classes')[o.column.key];
|
|
return o.record.get(o.column.key + '_html');
|
|
}
|
|
},
|
|
defaultFormatter = function (o) {
|
|
o.className += o.record.get('classes')[o.column.key];
|
|
return o.value;
|
|
};
|
|
|
|
function getColumns(theadNode) {
|
|
var colNodes = theadNode.all('tr th'),
|
|
cols = [],
|
|
col;
|
|
colNodes.each(function (colNode) {
|
|
col = {
|
|
key: colNode.getAttribute('data-col'),
|
|
label: colNode.get('innerHTML') || ' ',
|
|
sortable: !colNode.getAttribute('data-nosort'),
|
|
className: colNode.getAttribute('class'),
|
|
type: colNode.getAttribute('data-type'),
|
|
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
|
|
};
|
|
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
|
|
cols.push(col);
|
|
});
|
|
return cols;
|
|
}
|
|
|
|
function getRowData(trNode, cols) {
|
|
var tdNodes = trNode.all('td'),
|
|
i,
|
|
row = { classes: {} },
|
|
node,
|
|
name;
|
|
for (i = 0; i < cols.length; i += 1) {
|
|
name = cols[i].key;
|
|
node = tdNodes.item(i);
|
|
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
|
|
row[name + '_html'] = node.get('innerHTML');
|
|
row.classes[name] = node.getAttribute('class');
|
|
//Y.log('Name: ' + name + '; Value: ' + row[name]);
|
|
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
|
|
}
|
|
//Y.log(row);
|
|
return row;
|
|
}
|
|
|
|
function getData(tbodyNode, cols) {
|
|
var data = [];
|
|
tbodyNode.all('tr').each(function (trNode) {
|
|
data.push(getRowData(trNode, cols));
|
|
});
|
|
return data;
|
|
}
|
|
|
|
function replaceTable(node) {
|
|
if (!node) { return; }
|
|
var cols = getColumns(node.one('thead')),
|
|
data = getData(node.one('tbody'), cols),
|
|
table,
|
|
parent = node.get('parentNode');
|
|
|
|
table = new Y.DataTable({
|
|
columns: cols,
|
|
data: data,
|
|
sortBy: 'file'
|
|
});
|
|
parent.set('innerHTML', '');
|
|
table.render(parent);
|
|
}
|
|
|
|
Y.on('domready', function () {
|
|
replaceTable(Y.one('div.coverage-summary table'));
|
|
if (typeof prettyPrint === 'function') {
|
|
prettyPrint();
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|