From 2c2efb33ca31f100fc603ef346b77aa24fcda9d1 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 6 Sep 2015 14:25:34 +1000 Subject: [PATCH] Update and rename showhint-tests.ts to codemirror-showhint-tests.ts Makes it easier to search + more semantic --- codemirror/{showhint-tests.ts => codemirror-showhint-tests.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename codemirror/{showhint-tests.ts => codemirror-showhint-tests.ts} (93%) diff --git a/codemirror/showhint-tests.ts b/codemirror/codemirror-showhint-tests.ts similarity index 93% rename from codemirror/showhint-tests.ts rename to codemirror/codemirror-showhint-tests.ts index b7378e0d68..b00333b29e 100644 --- a/codemirror/showhint-tests.ts +++ b/codemirror/codemirror-showhint-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var doc = new CodeMirror.Doc('text'); var pos = new CodeMirror.Pos(2, 3); CodeMirror.showHint(doc);