Sign in
gerrit
/
java-prettify
/
07be502eca955459575200a773bcc5b7a3c0b5f6
/
.
/
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:\";