Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
renderjs
Commits
a1f6e2da
Commit
a1f6e2da
authored
Jul 12, 2016
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
97b06d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/renderjs_test.js
test/renderjs_test.js
+3
-3
No files found.
test/renderjs_test.js
View file @
a1f6e2da
...
...
@@ -4246,9 +4246,9 @@
.
then
(
function
()
{
var
iframe_body
=
iframe
.
contentWindow
.
document
.
body
,
iframe_text
=
iframe_body
.
textContent
;
ok
(
true
,
iframe_text
.
indexOf
(
'
SyntaxError
'
)
!==
-
1
,
iframe_text
);
ok
(
true
,
iframe_text
.
indexOf
(
'
getFoo
'
)
!==
-
1
,
iframe_text
);
ok
(
true
,
iframe_text
.
indexOf
(
'
error_gadget.html
'
)
!==
-
1
,
iframe_text
);
ok
(
iframe_text
.
indexOf
(
'
SyntaxError
'
)
!==
-
1
,
iframe_text
);
ok
(
iframe_text
.
indexOf
(
'
getFoo
'
)
!==
-
1
,
iframe_text
);
ok
(
iframe_text
.
indexOf
(
'
error_gadget.html
'
)
!==
-
1
,
iframe_text
);
})
.
fail
(
function
(
error
)
{
ok
(
false
,
error
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment