emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8b4cba1 08/23: Corrected the content model for the ruby el


From: Stefan Monnier
Subject: [elpa] master 8b4cba1 08/23: Corrected the content model for the ruby element.
Date: Thu, 14 Jan 2016 19:22:35 +0000

branch: master
commit 8b4cba1aab61fb522b79918ba09a6845732e3281
Author: Michael[tm] Smith <address@hidden>
Commit: Michael[tm] Smith <address@hidden>

    Corrected the content model for the ruby element.
    
    Fixes #113. Fixes #114. Thanks @momdo.
---
 ruby.rnc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruby.rnc b/ruby.rnc
index 4199528..49db995 100644
--- a/ruby.rnc
+++ b/ruby.rnc
@@ -19,13 +19,13 @@ namespace local = ""
                (       (       common.inner.phrasing
                        |       rb.elem+
                        )
-               ,       (       (       rt.elem
+               |       (       (       rt.elem
                                |       rtc.elem
-                               )
+                               )+
                                |       (       rp.elem
                                        ,       (       rt.elem
                                                |       rtc.elem
-                                               )
+                                               )+
                                        ,       rp.elem
                                        )
                        )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]