summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-02 18:30:18 +0100
committerVincent Sanders <vince@kyllikki.org>2015-08-02 18:30:18 +0100
commitcf89528fc6668e6d07b6e99db0069c9fe1f6e05d (patch)
treeba537f31127428c54b70d8cc9a190b3702f0f8b3 /test/data
parent6fb336e6587d550bf4a8355e65923efb0bf14cab (diff)
downloadnsgenbind-cf89528fc6668e6d07b6e99db0069c9fe1f6e05d.tar.gz
nsgenbind-cf89528fc6668e6d07b6e99db0069c9fe1f6e05d.tar.bz2
Update the webidl parser to cope with specials and overloaded methods
Diffstat (limited to 'test/data')
-rw-r--r--test/data/bindings/browser-duk.bnd5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/data/bindings/browser-duk.bnd b/test/data/bindings/browser-duk.bnd
index 513ad99..d0c2c41 100644
--- a/test/data/bindings/browser-duk.bnd
+++ b/test/data/bindings/browser-duk.bnd
@@ -14,7 +14,8 @@ binding duk_libdom {
webidl "uievents.idl";
webidl "console.idl";
- preface %{
+ preface
+%{
/* DukTape JavaScript bindings for NetSurf browser
*
* Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
@@ -22,7 +23,7 @@ binding duk_libdom {
* Released under the terms of the MIT License,
* http://www.opensource.org/licenses/mit-license
*/
- %};
+%};
prologue %{
/* binding prologue */