ide.analysis.modernize/test/unit/data/com/sun/tools/ide/analysis/modernize/SingleCppFileCheckTest/hello-cmake-world/src/modernize-raw-string-literal.cpp
branchrelease82
changeset 18423 b9d9af239a0c
parent 18422 0bdf8b66a76b
child 18424 54c19122b90f
     1.1 --- a/ide.analysis.modernize/test/unit/data/com/sun/tools/ide/analysis/modernize/SingleCppFileCheckTest/hello-cmake-world/src/modernize-raw-string-literal.cpp	Wed Jun 07 18:50:35 2017 +0300
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,8 +0,0 @@
     1.4 -const char *const Quotes{"embedded \"quotes\""};
     1.5 -const char *const Paragraph{"Line one.\nLine two.\nLine three.\n"};
     1.6 -const char *const SingleLine{"Single line.\n"};
     1.7 -const char *const TrailingSpace{"Look here -> \n"};
     1.8 -const char *const Tab{"One\tTwo\n"};
     1.9 -const char *const Bell{"Hello!\a  And welcome!"};
    1.10 -const char *const Path{"C:\\Program Files\\Vendor\\Application.exe"};
    1.11 -const char *const RegEx{"\\w\\([a-z]\\)"};