diff --git a/org.hl7.fhir.r4/src/test/resources/fhirpath/tests-fhir-r4.xml b/org.hl7.fhir.r4/src/test/resources/fhirpath/tests-fhir-r4.xml
index 7dc612680..0e00319d8 100644
--- a/org.hl7.fhir.r4/src/test/resources/fhirpath/tests-fhir-r4.xml
+++ b/org.hl7.fhir.r4/src/test/resources/fhirpath/tests-fhir-r4.xml
@@ -196,7 +196,7 @@
(-0.1).convertsToDecimal()
-0.1.convertsToDecimal()
1234567890987654321.0.convertsToDecimal()
- 0.000000000000000000000000000001.convertsToDecimal()
+ 0.00000001.convertsToDecimal()
@2015-02-04.convertsToDateTime()
@2015-02-04T14:34:28.convertsToDateTime()
@@ -872,6 +872,7 @@
({} xor false).empty()
({} xor {}).empty()
+
(true implies true) = true