Revert use of backslash as an escape for double quote in config strings

This commit is contained in:
Asanka C. Herath
2010-12-02 23:24:46 -05:00
parent dd6d5a0e2c
commit e0e746b1ca
3 changed files with 7 additions and 12 deletions

View File

@@ -136,7 +136,7 @@ const char *config_string_result3[] = {
};
const char *config_string_result4[] = {
"\"\"", "\"", "\"", NULL
"\"\"", "", "\"\"", NULL
};
const char *config_string_result5[] = {
@@ -148,11 +148,11 @@ const char *config_string_result6[] = {
};
const char *config_string_result7[] = {
"Snape\"Kills Dumbledore\"", NULL
"SnapeKills\\", "Dumbledore", NULL
};
const char *config_string_result8[] = {
"\"TownOf\"Sandwich: Massachusetts\"Oldest", "Town", "In", "Cape Cod", NULL
"\"TownOf Sandwich: Massachusetts\"Oldest", "Town", "In", "Cape Cod", NULL
};
const char *config_string_result9[] = {