Changed one of the built-in settings strings to test the new '=' behaviour.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-06-16 17:13:56 +00:00
parent b1b0cf9114
commit 6ab6d0fda4
@@ -20,7 +20,7 @@ const char *kSettings[] = {
"keyA {\ndisabled\n}\n",
"keyA = b { keyC d e { keyE f ; keyF g } }"
"keyA = b { keyB=d =e { keyC \"f g\"; keyD h } }"
};