]> git.saurik.com Git - wxWidgets.git/commit
Use single quotes in wxMarkupText unit test to work around VC6 bug.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 18:36:55 +0000 (18:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 18:36:55 +0000 (18:36 +0000)
commitd44bc7333a3d4cbb4a37ba6cdb02cb6b637e44ed
tree6f2b342bd82163671d6568da59582a6785e0b6ef
parent036718302c7d11d60216aca820dd6c08534e7804
Use single quotes in wxMarkupText unit test to work around VC6 bug.

VC6 seems to have a strange bug with escaped quotes used in strings passed to
macros and failed to compile the original code with nonsensical error messages.

Use single quotes to try to work around this issue. They are also somewhat
more readable as they don't need to be escaped inside C strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/markuptest.cpp