Version 1
[yaffs-website] / web / core / modules / big_pipe / tests / themes / big_pipe_test_theme / templates / field--comment.html.twig
diff --git a/web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig b/web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig
new file mode 100644 (file)
index 0000000..a26fa78
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Test that comments still work with the form above instead of below.
+ *
+ * @see \Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testCommentForm_2698811()
+ */
+#}
+<section{{ attributes }}>
+  {{ comment_form }}
+
+  {{ comments }}
+</section>