8000 Got a little overzealous with JSCS fixes and broke the tests... · stacktracejs/error-stack-parser@f246138 · GitHub
[go: up one dir, main page]

Skip to content

Commit f246138

Browse files
committed
Got a little overzealous with JSCS fixes and broke the tests...
1 parent 3558868 commit f246138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/fixtures/captured-errors.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// jscs:disable disallowImplicitTypeConversion
2+
// jscs:disable maximumLineLength
23
/* exported CapturedExceptions */
34
var CapturedExceptions = {};
45

@@ -257,7 +258,7 @@ CapturedExceptions.FIREFOX_43_NESTED_EVAL = {
257258
CapturedExceptions.FIREFOX_43_FUNCTION_NAME_WITH_AT_SIGN = {
258259
message: 'Dummy error',
259260
name: 'Error',
260-
stack: 'obj[\'@fn\']@Scratchpad/1:10:29\n' +
261+
stack: 'obj["@fn"]@Scratchpad/1:10:29\n' +
261262
'@Scratchpad/1:11:1\n' +
262263
'',
263264
fileName: 'Scratchpad/1',

0 commit comments

Comments
 (0)
0