Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / prettyPrinter / expr / literals.test
index 166718cf7643e781b9c616637407d9665f4b9025..f649b5d0cc7b9da1d13ea7d9423128b3cd313f8b 100644 (file)
@@ -44,11 +44,13 @@ FALSE;
 'a';
 'a
 b';
-"a";
-"a\nb";
 'a\'b';
+'a\b';
+'a\\';
 
 // strings (double quoted)
+"a";
+"a\nb";
 "a'b";
 "a\b";
 "$a";
@@ -119,10 +121,12 @@ FALSE;
 'a';
 'a
 b';
-"a";
-"a\nb";
 'a\'b';
+'a\\b';
+'a\\';
 // strings (double quoted)
+"a";
+"a\nb";
 "a'b";
 "a\\b";
 "{$a}";