Closed cmungall closed 2 years ago
I'm curious why this doesn't ALWAYS generate a warning, as "f" is not a valid XML Schema value, no?
Never mind -- I have it in my unit tests -- I need to change that 'f' to something else. Will do
Fixed. There may be other edge cases of this sort that leak out -- I should probably put together a "kitchen sink" literal -- maybe just embed a significant chunk of an ontology in a literal to make sure that the parser doesn't burp. I debated using a parser like ANTLR or PyParsing, but the language was just on the edge of making it worthwhile...
sometimes generation will make this:
(I will prepare a full test case later)