+
+
+ one
+ two
+ three
+
+
+
diff --git a/test/rendering/fixtures/custom-mark/index.js b/test/rendering/fixtures/custom-mark-with-function/index.js
similarity index 61%
rename from test/rendering/fixtures/custom-mark/index.js
rename to test/rendering/fixtures/custom-mark-with-function/index.js
index 119a06836..14185210a 100644
--- a/test/rendering/fixtures/custom-mark/index.js
+++ b/test/rendering/fixtures/custom-mark-with-function/index.js
@@ -1,8 +1,8 @@
import React from 'react'
-const BOLD = {
- fontWeight: 'bold'
+function BOLD(props) {
+ return