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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
editor
/
text-editor-search-replace-expected.txt
blob
4ae439b7f4955b99b3df6495d30aedbddbbf67d0
1
Tests the search replace functionality.
2
3
4
Running: testReplaceAll
5
--- Before replace ---
6
// var a1, a2, a3;
7
const a1, a2, a3;
8
9
--- After replace ---
10
//= var a$$, b$&, a3 /* $0 $1 $2 $& $$ \0 \1 */;
11
/** @const */ var a$$, b$&, a3 /* $0 $1 $2 $& $$ \0 \1 */;
12
13