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()true -0.1.convertsToDecimal() 1234567890987654321.0.convertsToDecimal()true - 0.000000000000000000000000000001.convertsToDecimal()true + 0.00000001.convertsToDecimal()true @2015-02-04.convertsToDateTime()true @2015-02-04T14:34:28.convertsToDateTime()true @@ -872,6 +872,7 @@ ({} xor false).empty()true ({} xor {}).empty()true + (true implies true) = truetrue