We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e14b97 commit 0759498Copy full SHA for 0759498
test/addFramework.js
@@ -187,8 +187,8 @@ exports.addFramework = {
187
188
// should add path to framework search path
189
var frameworkPaths = frameworkSearchPaths(proj);
190
- expectedPath = '"/path/to"';
191
-
+ expectedPath = '"\\"/path/to\\""';
+
192
for (i = 0; i < frameworkPaths.length; i++) {
193
var current = frameworkPaths[i];
194
test.ok(current.indexOf('"$(inherited)"') >= 0);
0 commit comments