summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/bindings/window.bnd11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/data/bindings/window.bnd b/test/data/bindings/window.bnd
index 50ffe51..e59f65a 100644
--- a/test/data/bindings/window.bnd
+++ b/test/data/bindings/window.bnd
@@ -1,6 +1,5 @@
/* binding to generate window */
-#include "dom.bnd"
webidlfile "html.idl";
@@ -18,6 +17,16 @@ preamble %{
%}
+prologue %{
+/* prologue comment */
+%}
+
+epilogue %{
+/* epilogue comment */
+%}
+
+#include "dom.bnd"
+
binding window {
type js_libdom; /* the binding type */