mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
mark location for input parsing FML
This commit is contained in:
parent
6870c7a32c
commit
eb852a8d03
@ -550,7 +550,7 @@ public class FmlParser extends ParserBase {
|
||||
}
|
||||
|
||||
private void parseInput(Element group, FHIRLexer lexer, boolean newFmt) throws FHIRException {
|
||||
Element input = group.addElement("input");
|
||||
Element input = group.addElement("input").markLocation(lexer.getCurrentLocation());
|
||||
if (newFmt) {
|
||||
input.makeElement("mode").markLocation(lexer.getCurrentLocation()).setValue(lexer.take());
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user