summaryrefslogtreecommitdiffstats
path: root/regextest.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'regextest.rnc')
-rw-r--r--regextest.rnc16
1 files changed, 8 insertions, 8 deletions
diff --git a/regextest.rnc b/regextest.rnc
index 47950b1..7c9ab1c 100644
--- a/regextest.rnc
+++ b/regextest.rnc
@@ -1,8 +1,8 @@
-# A schema for regextest.rnc in RELAX NG compact syntax
-
-element testSuite {
- element testCase {
- (element correct { text }, element valid|invalid { text }*)
- | element incorrect { text }
- }*
-}
+# A schema for regextest.rnc in RELAX NG compact syntax
+
+element testSuite {
+ element testCase {
+ (element correct { text }, element valid|invalid { text }*)
+ | element incorrect { text }
+ }*
+}