Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 1342b4c

Browse files
author
Marcel Gerber
authored
Merge pull request #12732 from adobe/zaggino/fix-codehints-tests
fix invalid filename
2 parents 9aeb2fb + 4cf67af commit 1342b4c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Thumbs.db
2828

2929
# unit test working directory
3030
/test/results
31+
/test/temp
3132

3233
# Netbeans
3334
/nbproject

test/spec/CodeHint-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ define(function (require, exports, module) {
144144

145145
// Place cursor inside a sample regular expression
146146
// Note: line for pos is 0-based and editor lines numbers are 1-based
147-
initCodeHintTest("testRegexp.js", pos);
147+
initCodeHintTest("testRegExp.js", pos);
148148

149149
runs(function () {
150150
editor = EditorManager.getCurrentFullEditor();

0 commit comments

Comments
 (0)