ide.analysis.modernize/test/unit/data/com/sun/tools/ide/analysis/modernize/SingleCppFileCheckTest/hello-cmake-world/src/modernize-raw-string-literal.cpp
changeset 18428 47444533169e
parent 18427 1520ed2e78e3
parent 18417 853976f2c616
child 18429 517409415907
     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	Sun Jun 25 18:17:37 2017 +0200
     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]\\)"};