more fixing r4b test cases

This commit is contained in:
Grahame Grieve 2023-07-27 21:03:32 +10:00
parent 4677f319cb
commit 95d30dee24
1 changed files with 1 additions and 1 deletions

View File

@ -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");