Skip to content

Commit

Permalink
regenerated foliaspec again
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 28, 2017
1 parent 2a072f9 commit 094e40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formats/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -7584,7 +7584,7 @@ def validate(filename,schema=None,deep=False):
#================================= FOLIA SPECIFICATION ==========================================================

#foliaspec:header
#This file was last updated according to the FoLiA specification for version 1.4.1 on 2017-03-28 12:29:59, using foliaspec.py
#This file was last updated according to the FoLiA specification for version 1.4.1 on 2017-03-28 12:30:31, using foliaspec.py
#Code blocks after a foliaspec comment (until the next newline) are automatically generated. **DO NOT EDIT THOSE** and **DO NOT REMOVE ANY FOLIASPEC COMMENTS** !!!

#foliaspec:structurescope:STRUCTURESCOPE
Expand Down Expand Up @@ -7826,7 +7826,7 @@ def validate(filename,schema=None,deep=False):
AbstractStructureElement.SPEAKABLE = True
AbstractStructureElement.TEXTDELIMITER = "\n\n"
#------ AbstractTextMarkup -------
AbstractTextMarkup.ACCEPTED_DATA = (AbstractTextMarkup, Comment, Description,)
AbstractTextMarkup.ACCEPTED_DATA = (AbstractTextMarkup, Comment, Description, Linebreak,)
AbstractTextMarkup.OPTIONAL_ATTRIBS = (Attrib.ID, Attrib.CLASS, Attrib.ANNOTATOR, Attrib.N, Attrib.CONFIDENCE, Attrib.DATETIME, Attrib.SRC, Attrib.BEGINTIME, Attrib.ENDTIME, Attrib.SPEAKER,)
AbstractTextMarkup.PRIMARYELEMENT = False
AbstractTextMarkup.PRINTABLE = True
Expand Down

0 comments on commit 094e40d

Please sign in to comment.