repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
js
/
script-tests
/
code-serialize-paren.js
blob
2a3377b6ac2955e6d09e7b80fa4db1ca5193ed4b
1
description
(
2
"This test checks whether converting function code to a string preserves semantically significant parentheses."
3
)
4
5
shouldBeTrue
(
"(function () { return (x + y) * z; }).toString().search('return.*[(]') != -1"
);