From 8bf516263c6582771e7576e8484ca8cfaa8cb9cb Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:11:40 +0800 Subject: Update CodeMirror to 5.13.5 --- public/vendor/codemirror/mode/gfm/test.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/vendor/codemirror/mode/gfm/test.js') 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", -- cgit v1.2.3