Skip to content

Commit 16f465a

Browse files
committed
More test coverage (#117)
1 parent f024837 commit 16f465a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/src/main/java/com/imsweb/staging/engine/DecisionEngine.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,9 @@ else if (input.getDefaultTable() != null) {
648648
.build());
649649
continue;
650650
}
651-
652651
}
652+
else
653+
value = "";
653654

654655
context.put(input.getKey(), value == null ? "" : value);
655656
}

0 commit comments

Comments
 (0)