more fixing r4b test cases
This commit is contained in:
parent
4677f319cb
commit
95d30dee24
|
@ -713,7 +713,7 @@ public class StructureMapUtilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
public StructureMap parse(String text, String srcName) throws FHIRException {
|
public StructureMap parse(String text, String srcName) throws FHIRException {
|
||||||
FHIRLexer lexer = new FHIRLexer(text, srcName);
|
FHIRLexer lexer = new FHIRLexer(text, srcName, true, true);
|
||||||
if (lexer.done())
|
if (lexer.done())
|
||||||
throw lexer.error("Map Input cannot be empty");
|
throw lexer.error("Map Input cannot be empty");
|
||||||
lexer.token("map");
|
lexer.token("map");
|
||||||
|
|
Loading…
Reference in New Issue