You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/index_tests.js
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -78,22 +78,6 @@ tap.test('buildPatterns', function () {
78
78
test.equals(util.sanitized(pattern.patternPartialCode),util.sanitized(`<h1>Bar</h1><p>A life is like a garden. Perfect moments can be had, but not preserved, except in memory.</p>`));
79
79
test.end();
80
80
});
81
-
82
-
tap.test('parameter hunter parses parameters with unquoted keys and unquoted values',function(test){
83
-
varpattern=get('test-sticky-comment',patternlab);
84
-
test.equals(util.sanitized(pattern.patternPartialCode),util.sanitized(`<h1>Bar</h1><p>A life is like a garden. Perfect moments can be had, but not preserved, except in memory.</p>`));
85
-
test.end();
86
-
});
87
-
88
-
89
-
90
-
////////////// FAILING /////////////////
91
-
92
-
tap.test('parameter hunter finds and extends templates with verbose partials',function(test){
test.equals(util.sanitized(pattern.patternPartialCode),util.sanitized(`<h1></h1><p>A life is like a garden. Perfect moments can be had, but not preserved, except in memory.</p>`));
0 commit comments