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