Sign in
gerrit
/
java-prettify
/
2425c622cc15386533a42bf93b718e4f36e03d15
/
.
/
test
/
prettify
/
PrettifyTest
/
source
/
issue93.txt
blob: bebad94c4ee45731aedfbbc9296cd22085a8653a [
file
] [
log
] [
blame
]
// The normal string syntax
string a = "C:\\";
// is equivalent to a verbatim string
string b = @"C:\";