Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
75261a8a5cdb80f85ceb8f95d6989232dbfb69bf
/
.
/
plugins
/
org.eclipse.wtp.releng.fixups
/
testmatch.jpage
blob: 45663e878208b25aa8d080abc4601a20b7a8d55c [
file
] [
log
] [
blame
]
"test\\"
.
matches
(
".*"
+
"\\\\"
+
" *"
+
"$"
)
char
CR
=
0x0d
;
char
LF
=
0x0a
;
String
testeols
=
""
+
CR
+
LF
+
CR
+
LF
+
LF
;
byte
[]
testconvert
=
testeols
.
getBytes
(
"UTF8"
);
System
.
out
.
println
(
testeols
);