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 086fb0e commit cbd7336Copy full SHA for cbd7336
tests/cases/unittests/jsDocParsing.ts
@@ -12,8 +12,6 @@ module ts {
12
13
let result = Utils.sourceFileToJSON(typeAndDiagnostics.jsDocTypeExpression.type);
14
15
- // Remove the parserContextFlags from the comparison
16
- result = result.replace(/\,\n\s+\"parserContextFlags\": \"JavaScriptFile\"/g, "");
17
assert.equal(result, expected);
18
}
19
@@ -1002,9 +1000,6 @@ module ts {
1002
1000
: v;
1003
1001
}, 4);
1004
1005
1006
1007
-
1008
if (result !== expected) {
1009
// Turn on a human-readable diff
1010
if (typeof require !== 'undefined') {
0 commit comments