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