summaryrefslogtreecommitdiff
path: root/test/data/bindings/HTMLUnknownElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/bindings/HTMLUnknownElement.bnd')
-rw-r--r--test/data/bindings/HTMLUnknownElement.bnd17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/bindings/HTMLUnknownElement.bnd b/test/data/bindings/HTMLUnknownElement.bnd
new file mode 100644
index 0000000..376a823
--- /dev/null
+++ b/test/data/bindings/HTMLUnknownElement.bnd
@@ -0,0 +1,17 @@
+class HTMLUnknownElement {
+ preface %{
+/* class pre */
+ %};
+
+ prologue %{
+/* class pro */
+ %};
+
+ epilogue %{
+/* class epi */
+ %};
+
+ postface %{
+/* class post */
+ %};
+}