summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/gfm/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/gfm/test.js')
-rw-r--r--public/vendor/codemirror/mode/gfm/test.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/vendor/codemirror/mode/gfm/test.js b/public/vendor/codemirror/mode/gfm/test.js
index 0dcd3619..7a1a4ccf 100644
--- a/public/vendor/codemirror/mode/gfm/test.js
+++ b/public/vendor/codemirror/mode/gfm/test.js
@@ -51,6 +51,12 @@
"[comment ```]",
"bar");
+ MT("fencedCodeBlockModeSwitchingObjc",
+ "[comment ```objective-c]",
+ "[keyword @property] [variable NSString] [operator *] [variable foo];",
+ "[comment ```]",
+ "bar");
+
MT("fencedCodeBlocksNoTildes",
"~~~",
"foo",