annotate nocompile/double_quoted_string_14.d @ 26:17cbb8970edc

added string escape tests
author thomask
date Sat, 09 Oct 2004 12:01:24 +0000
parents
children 1f6cf5ccfbc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
17cbb8970edc added string escape tests
thomask
parents:
diff changeset
1 int main(){
17cbb8970edc added string escape tests
thomask
parents:
diff changeset
2 char[] string="\c";
17cbb8970edc added string escape tests
thomask
parents:
diff changeset
3 return 0;
17cbb8970edc added string escape tests
thomask
parents:
diff changeset
4 }