summaryrefslogtreecommitdiffstats
path: root/regextest.rnc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-01-21 20:26:57 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-01-21 20:26:57 +0100
commitbabde00f6fa7e1444ab1c20ca9c1feaee30113c1 (patch)
tree20e512428e479bf00d177d0e324da9f1f224bf67 /regextest.rnc
parentb08398d0cbb2d49e79b4f7583b59baa5b4f9e230 (diff)
downloadrnc2rng-babde00f6fa7e1444ab1c20ca9c1feaee30113c1.tar.gz
rnc2rng-babde00f6fa7e1444ab1c20ca9c1feaee30113c1.tar.xz
rnc2rng-babde00f6fa7e1444ab1c20ca9c1feaee30113c1.zip
Turn CRLF to LF only (using dos2unix)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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 }
+ }*
+}