2
0
Yuki Takei 3 жил өмнө
parent
commit
b7dca4ace4

+ 2 - 2
packages/remark-growi-plugin/test/micromark-extension-growi-plugin.test.js

@@ -20,8 +20,8 @@ test('micromark-extension-directive (syntax)', (t) => {
     );
 
     t.equal(
-      micromark('\\$a', options()),
-      '<p>$a</p>',
+      micromark('\\$$a', options()),
+      '<p>$</p>',
       'should support a directive after an escaped colon',
     );