diff options
author | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
commit | 289f9de576a7980184339f380d5000f7d71f6d7e (patch) | |
tree | e0ac1c14a496d6bf3139e1e3b600dde73decf208 /stdlib/source/test/aedifex/dependency | |
parent | 32e730e93f0a88cc537622c854a48eb229419893 (diff) |
New "format" hierarchy.
Diffstat (limited to 'stdlib/source/test/aedifex/dependency')
-rw-r--r-- | stdlib/source/test/aedifex/dependency/deployment.lux | 2 | ||||
-rw-r--r-- | stdlib/source/test/aedifex/dependency/resolution.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/aedifex/dependency/deployment.lux b/stdlib/source/test/aedifex/dependency/deployment.lux index 794464839..0c605141a 100644 --- a/stdlib/source/test/aedifex/dependency/deployment.lux +++ b/stdlib/source/test/aedifex/dependency/deployment.lux @@ -16,7 +16,7 @@ ["[0]" product] ["[0]" binary (.only Binary) (.open: "[1]#[0]" equivalence)] ["[0]" text (.only) - ["%" format (.only format)]] + ["%" \\format (.only format)]] [collection ["[0]" dictionary (.only Dictionary)] ["[0]" set] diff --git a/stdlib/source/test/aedifex/dependency/resolution.lux b/stdlib/source/test/aedifex/dependency/resolution.lux index 31cd54fad..598b7fa24 100644 --- a/stdlib/source/test/aedifex/dependency/resolution.lux +++ b/stdlib/source/test/aedifex/dependency/resolution.lux @@ -16,7 +16,7 @@ [binary (.only Binary)] ["[0]" product] ["[0]" text (.only) - ["%" format (.only format)] + ["%" \\format (.only format)] [encoding ["[0]" utf8]]] [format |