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/pattern_assembler_tests.js
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -768,3 +768,39 @@ tap.test('hidden patterns can be called by their nice names', function(test){
768
768
test.equals(util.sanitized(testPattern.render()),util.sanitized('Hello there! Here\'s the hidden atom: [This is the hidden atom]'),'hidden pattern rendered output not as expected');
769
769
test.end();
770
770
});
771
+
772
+
tap.test('parses pattern title correctly when frontmatter present',function(test){
0 commit comments