Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / prettyPrinter / nestedInlineHTML.test
diff --git a/vendor/nikic/php-parser/test/code/prettyPrinter/nestedInlineHTML.test b/vendor/nikic/php-parser/test/code/prettyPrinter/nestedInlineHTML.test
new file mode 100644 (file)
index 0000000..bc611f7
--- /dev/null
@@ -0,0 +1,16 @@
+InlineHTML node nested inside other code
+-----
+<?php
+
+function test() {
+    ?>
+Test
+    <?php
+}
+-----
+function test()
+{
+    ?>
+Test
+    <?php
+}
\ No newline at end of file