Implemented float literals for OwnedLiterals, not yet for serde_json.

This commit is contained in:
Tom Alexander
2020-06-13 13:37:26 -04:00
parent 8daa746da6
commit 978bbe6eb3
3 changed files with 37 additions and 0 deletions

View File

@@ -27,3 +27,7 @@ Do objects with different paths referencing the same variable match?{~n}
{#int renamed=some_obj}
{@eq key=some_obj value=renamed}some_obj equals renamed{:else}some_obj does not equal renamed{/eq}{~n}
{/int}
Floating point equality{~n}
======================={~n}
{@eq key=int value=7.0}int is equal to 7.0{:else}int is not equal to 7.0{/eq}