From 67845a9f5a1423273029e62b157bacaec55831de Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Tue, 17 May 2016 14:46:00 +0100 Subject: [PATCH] Add text/x-gherkin for feature specifications in Gherkin format --- freedesktop.org.xml.in | 5 +++++ tests/list | 2 ++ tests/test.feature | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 tests/test.feature diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index c8d0361..4b610b6 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -5542,6 +5542,11 @@ command to generate the output files. + + <_comment>feature specification in Gherkin format + + + <_comment>HTML document HTML diff --git a/tests/list b/tests/list index cf6329e..a289bc5 100644 --- a/tests/list +++ b/tests/list @@ -214,6 +214,8 @@ registry.reg text/x-ms-regedit registry-nt.reg text/x-ms-regedit # Copied from https://bugzilla.redhat.com/show_bug.cgi?id=430203#c3 test.ext,v text/plain +# Feature specification in Gherkin format +test.feature text/x-gherkin ox # Copied from http://bugs.freedesktop.org/show_bug.cgi?id=14329 test.fl application/x-fluid # From https://bugs.freedesktop.org/show_bug.cgi?id=30656 diff --git a/tests/test.feature b/tests/test.feature new file mode 100644 index 0000000..9e214e1 --- /dev/null +++ b/tests/test.feature @@ -0,0 +1,4 @@ +Feature: Recognition of .feature files + In order to use automated tools for specification by example + As a business analyst, developer or tester + I want my operating system to recognise .feature files -- 2.5.5