From 2b722f1ccfecc75ed93651543c9ba22a849396a1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Jan 2013 21:47:13 +0000 Subject: extend binding DSL with prologue and epilogue stanzas --- test/data/bindings/window.bnd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'test/data/bindings/window.bnd') 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 */ -- cgit v1.2.3