We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986f2ea commit aab79d7Copy full SHA for aab79d7
test/list_item_hunter_tests.js
@@ -179,7 +179,7 @@
179
"title": "Two"
180
},
181
]
182
- }
+ }
183
};
184
185
var patternlab = {
@@ -217,7 +217,7 @@
217
218
//act
219
list_item_hunter.process_list_item_partials(currentPattern, patternlab);
220
-
+
221
//assert
222
test.equals(currentPattern.extendedTemplate, "Foo" );
223
@@ -246,7 +246,7 @@
246
247
248
249
250
251
252
@@ -279,7 +279,7 @@
279
280
281
282
283
284
test.equals(currentPattern.extendedTemplate, "One" );
285
0 commit comments